Skip to main content

TcxTreeListSummary.FooterSummaryCount Property

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

Declaration

property FooterSummaryCount: Integer read;

Property Value

Type
Integer

Remarks

This property returns the number of footer summaries within the FooterSummaryItems collection. To determine the number of footer summaries that are visible within the TreeList control, use the FooterSummaryVisibleCount property.

Note

You can also use the FooterSummaryCount property to enumerate elements within the FooterSummaryTexts and FooterSummaryValues collections.

See Also