TcxTreeListSummaryItems.VisibleCount Property
In This Article
Returns the number of collection summaries that are currently visible within the TreeList control.
#Declaration
Delphi
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