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

Provides access to display values of group summaries calculated for a specified node.

#Declaration

Delphi
property GroupFooterSummaryTexts[ASummaryItem: TcxTreeListSummaryItem; ANode: TcxTreeListNode]: string read;

#Property Value

Type Description
string

A display text string of a group summary value.

#Remarks

The ASummaryItem parameter identifies the group summary whose display value is to be obtained. To access a certain group summary within the TreeList control, use the GroupFooterSummaryItems collection.

The ANode parameter identifies the node for which the group summary is calculated.

To obtain the value corresponding to a group summary, use the GroupFooterSummaryValues collection.

Note

The GroupFooterSummaryTexts property value corresponds to the summary value formatted according to the Kind and Format properties. To provide custom display text for summary values, handle the summary’s OnGetText event.

See Also