TcxCustomTreeList.AbsoluteVisibleCount Property
Declaration
property AbsoluteVisibleCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of nodes provided by the AbsoluteVisibleItems property. To obtain the number of all nodes created in the tree list, regardless of their hierarchy level and visibility, use the AbsoluteCount property.
See Also