Back to Devexpress

TdxOcNode.Collapse(Boolean) Method

vcl-dxorgchr-dot-tdxocnode-dot-collapse-x28-system-dot-boolean-x29.md

latest778 B
Original Source

TdxOcNode.Collapse(Boolean) Method

Collapses the node’s children.

Declaration

delphi
procedure Collapse(Recurse: Boolean);

Parameters

NameType
RecurseBoolean

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

TdxOcNode.Expand

TdxOcNode.Expanded

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit