DXTreeView.CollapseAllNodes() Method
Collapses all nodes.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public void CollapseAllNodes()
Remarks
For more information, refer to the following help topic: Collapse and Expand Nodes at Runtime.
See Also