TcxTreeListSummary.GroupFooterSummaryVisibleCount Property
Returns the number of visible group summaries.
Declaration
property GroupFooterSummaryVisibleCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of visible group summaries. |
Remarks
Use the GroupFooterSummaryCount property to determine the total number of group summaries created within the TreeList control.
See Also