TdxCustomOrgChart.FullExpand Method
In This Article
Expands all tree nodes within the OrgChart control.
#Declaration
Delphi
procedure FullExpand;
#Remarks
Call this procedure to show all the tree nodes. To collapse all the nodes invoke, the FullCollapse procedure.
See Also