Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOcNode.Collapse(Boolean) Method

Collapses the node’s children.

#Declaration

Delphi
procedure Collapse(Recurse: Boolean);

#Parameters

Name Type
Recurse Boolean

#Remarks

Call this procedure to hide the node’s children. If the Recurse parameter is True, all the current node’s children are collapsed at the all levels; otherwise — the node’s children are collapsed at one level.

See Also