TcxCustomTreeList.AbsoluteVisibleCount Property
Returns the number of visible nodes in the Tree List control (regardless of hierarchy levels).
Declaration
property AbsoluteVisibleCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of nodes accessible through the AbsoluteVisibleItems property. |
See Also