ASPxClientTreeList.CollapseAll Method
In This Article
Collapses all Node.
#Declaration
TypeScript
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