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