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

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

#Declaration

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

#Property Value

Type
TcxTreeListSummaryItem

#Remarks

To access an individual footer summary in this collection, pass the summary’s AbsoluteIndex property value as the Index parameter. To determine the number of summaries within the FooterSummaryItems collection, use the FooterSummaryCount property. To access the value and display text corresponding to a certain footer summary, use the FooterSummaryValues and FooterSummaryTexts collections.

To access footer summaries of a particular column, use its FooterSummaryItems collection.

See Also