TcxCustomTreeList.AbsoluteCount Property
In This Article
Returns the number of nodes created in the tree list.
#Declaration
Delphi
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