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

TreeListNode.ExpandAll() Method

Expands all the child nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void ExpandAll()

Remarks

This method expands all the nodes owned by the current node. To expand all the nodes within the Tree List use the TreeList.ExpandAll method. Individual nodes can be expanded by settings their TreeListNode.Expanded property to true.

To collapse all the nodes within the Tree List use the TreeList.CollapseAll method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ExpandAll() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also