TreeListSettingsBehavior.AllowFocusedNode Property
Gets or sets whether the focused node is displayed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowFocusedNode |
---|---|
ASPxTreeList |
|
Remarks
If the AllowFocusedNode property is set to false
, the focused node feature is disabled. In this instance, the ASPxTreeList.FocusedNode property’s value is always null and the ASPxTreeList.FocusedNodeChanged event isn’t raised. The style settings used to paint the focused node are not used.
To learn more, see Focused Node.
See Also