Skip to main content

TcxTreeListSummary.GroupFooterSummaryValues Property

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

Declaration

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

Property Value

Type
Variant

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