TreeListSettingsBehavior.AutoExpandAllNodes Property
In This Article
Gets or sets whether all nodes displayed within the ASPxTreeList are automatically expanded when the ASPxTreeList is being loaded.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Auto |
---|---|
ASPx |
|
#Remarks
If the AutoExpandAllNodes property is set to true
, all nodes that have children are automatically expanded when the ASPxTreeList is being loaded.
See Also