TreeListNode.CollapseAll() Method
In This Article
Collapses all child nodes.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Remarks
To expand all child nodes, use the TreeListNode.ExpandAll method.
See Also