TcxTreeListSummary.GroupFooterSummaryCount Property
In This Article
Returns the number of group footer summaries created within the TreeList control.
#Declaration
Delphi
property GroupFooterSummaryCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The total number of group footer summaries. |
#Remarks
The GroupFooterSummaryCount
property returns the number of group summaries within the GroupFooterSummaryItems collection. To determine the number of group summaries that are visible within the TreeList control, use the GroupFooterSummaryVisibleCount property.
Note
You can also use the Group
property to enumerate elements within the Group
See Also