Skip to main content

TcxTreeListSummary.GroupFooterSummaryValues Property

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

Declaration

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