TcxTreeListSummary.GroupFooterSummaryCount Property
Returns the number of group footer summaries created within the TreeList control.
Declaration
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 GroupFooterSummaryCount
property to enumerate elements within the GroupFooterSummaryTexts and GroupFooterSummaryValues collections.
See Also