Skip to main content

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.v24.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:

Object Type Path to FocusNodeOnExpandButtonClick
ASPxTreeList
.SettingsBehavior .FocusNodeOnExpandButtonClick

#Remarks

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

See Also