TreeListView.ExpandStateBinding Property
In This Article
Gets or sets the binding that determines which nodes are expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Binding | A Binding object specifying which nodes are expanded. |
#Remarks
Use this property if you want to selectively expand or collapse treelist nodes.
See Also