TreeListSettingsBehavior.FocusNodeOnExpandButtonClick Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Focus |
---|---|
ASPx |
|
#Remarks
To enable the focused node feature, set the TreeListSettingsBehavior.AllowFocusedNode property to true
.
See Also