Skip to main content

TcxTreeListSummary.GroupFooterSummaryCount Property

Returns the number of group summaries created within the TreeList control.

Declaration

property GroupFooterSummaryCount: Integer read;

Property Value

Type
Integer

Remarks

This 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