TreeListView.AutoExpandAllNodes Property
In This Article
Gets or sets whether all nodes are automatically expanded when the View is being loaded. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to expand all nodes when the View is being loaded; otherwise, false. |
#Remarks
If the AutoExpandAllNodes property is set to true, all nodes that have children are automatically expanded when the View is being loaded or the control's DataControlBase.ItemsSource has been changed.
See Also