Skip to main content
A newer version of this page is available. .

TreeListSettingsBehavior.FocusNodeOnExpandButtonClick Property

Gets or sets whether the node is automatically focused after its expand button has been clicked.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool FocusNodeOnExpandButtonClick { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the node is automatically focused after its expand button has been clicked; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FocusNodeOnExpandButtonClick
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsBehavior .FocusNodeOnExpandButtonClick
ASP.NET MVC Extensions MVCxTreeList
.SettingsBehavior .FocusNodeOnExpandButtonClick
TreeListSettings
.SettingsBehavior .FocusNodeOnExpandButtonClick
TreeListSettings<RowType>
.SettingsBehavior .FocusNodeOnExpandButtonClick

Remarks

To enable the focused node feature, set the TreeListSettingsBehavior.AllowFocusedNode property to true.

See Also