TcxTreeListNode.Collapse(Boolean) Method
Collapses the node.
Declaration
procedure Collapse(Recurse: Boolean);
Parameters
Name | Type |
---|---|
Recurse | Boolean |
Remarks
The Recurse parameter identifies whether all child nodes are collapsed recursively. If this parameter value is True, all children of the node are displayed collapsed when the node is expanded again. Otherwise, children retain their current state.
See Also