Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListSummary.FooterSummaryCount Property

Returns the number of footer summaries in the parent TreeList control.

#Declaration

Delphi
property FooterSummaryCount: Integer read;

#Property Value

Type Description
Integer

The total number of footer summaries.

#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