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.1.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 FocusNodeOnExpandButtonClick |
---|---|
ASPxTreeList |
|
Remarks
To enable the focused node feature, set the TreeListSettingsBehavior.AllowFocusedNode property to true
.
See Also