TreeListNode.IsExpanded Property
In This Article
Gets or sets whether or not the node is expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to expand the node; otherwise, false. |
#Remarks
To learn more, see Expanding and Collapsing Nodes .
See Also