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.GroupFooterSummaryItems Property

Provides indexed access to the TreeList control’s group footer summaries.

#Declaration

Delphi
property GroupFooterSummaryItems[Index: Integer]: TcxTreeListSummaryItem read;

#Property Value

Type Description
TcxTreeListSummaryItem

A group footer summary.

#Remarks

To access an individual group summary in this collection, pass the summary’s AbsoluteIndex property value as the Index parameter. To determine the number of summaries within the GroupFooterSummaryItems collection, use the GroupFooterSummaryCount property. To access the value and display text corresponding to a certain group summary, use the GroupFooterSummaryValues and GroupFooterSummaryTexts collections.

To access group summaries of a particular column, use its GroupFooterSummaryItems collection.

See Also