TdxCustomOrgChart.FullCollapse Method
Collapses all tree nodes within the OrgChart control.
Declaration
procedure FullCollapse;
Remarks
Call this procedure to hide all the tree nodes, except for the root level nodes. To expand all the nodes, invoke the FullExpand procedure.
See Also