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

Provides access to footer summary values.

#Declaration

Delphi
property FooterSummaryValues[ASummaryItem: TcxTreeListSummaryItem]: Variant read; write;

#Property Value

Type Description
Variant

A footer summary value.

#Remarks

Use this property to access and modify the value of the footer summary passed as the ASummaryItem parameter. To access a certain footer summary within the TreeList control, use the FooterSummaryItems collection.

To obtain the display value corresponding to a footer summary, use the FooterSummaryTexts collection.

See Also