TdxCustomOrgChart.RootCount Property
In This Article
Returns the nodes count at the root level.
#Declaration
Delphi
property RootCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to identify the number of nodes you can access by using the Items property.
See Also