ASPxClientTreeList.CollapseAll Method
Collapses all Node.
Declaration
CollapseAll(): void
Remarks
To collapse the specified node, use the ASPxClientTreeList.CollapseNode method. To expand the specified node, use the ASPxClientTreeList.ExpandNode method.
To learn more, see Expanding and Collapsing Nodes.
See Also