TcxTreeListSummaryItems.VisibleCount Property
Returns the number of collection summaries that are currently visible within the TreeList control.
Declaration
property VisibleCount: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
To obtain the number of summaries stored within the collection, use the Count property.
See Also