TcxCustomTreeList.AbsoluteCount Property
Returns the number of nodes created in the tree list.
Declaration
property AbsoluteCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of nodes provided by the AbsoluteItems property. To obtain the number of visible nodes, use the AbsoluteVisibleCount property.
See Also