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.v19.2.dll

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:

Object Type Path to FocusNodeOnExpandButtonClick
ASPxTreeList
.SettingsBehavior.FocusNodeOnExpandButtonClick
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