ASPxTreeList.ExpandAll() Method
Expands all nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
To expand the specified node, set its TreeListNode.Expanded property to true
. To expand a node on the client, use the ASPxClientTreeList.ExpandNode method.
To stop the node from being expanded, handle the ASPxTreeList.NodeExpanding event. Once the node has been expanded, the ASPxTreeList.NodeExpanded event is raised.
For more information, see Expanding and Collapsing Nodes.
See Also