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

TcxTreeListNode.FooterSummaryTexts Property

Provides indexed access to display values of the node’s summaries.

#Declaration

Delphi
property FooterSummaryTexts[Index: Integer]: string read;

#Property Value

Type
string

#Remarks

For the root node, the property provides access to footer summaries. For all other nodes, provides access to group summaries.

Index specifies the summary’s position in the collection.

For indexed access to the node’s summary values, use the node’s FooterSummaryValues property instead.

The total number of the node’s summaries can be obtained using the FooterSummaryCount property.

See Also