TdxCustomOrgChart.Count Property
Returns the count of tree nodes.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the total count of the control’s tree nodes. To access the node, use the AbsoluteItems property.
See Also