Skip to main content
A newer version of this page is available. .

TreeListView.CollapseAllNodes() Method

Collapses all nodes.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public void CollapseAllNodes()

Remarks

To collapse a node, use the TreeListView.CollapseNode method. To expand the specified node or all nodes, use the TreeListView.ExpandNode or TreeListView.ExpandAllNodes method, respectively.

See Also