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

Provides access to group summary values calculated for a specified node.

#Declaration

Delphi
property GroupFooterSummaryValues[ASummaryItem: TcxTreeListSummaryItem; ANode: TcxTreeListNode]: Variant read; write;

#Property Value

Type Description
Variant

A group summary value for the specified node.

#Remarks

Use this property to access and modify the value of the group summary passed as the ASummaryItem parameter. 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 display value corresponding to a group summary, use the GroupFooterSummaryTexts collection.

See Also