Skip to main content

TcxDataSummary.GroupSummaryValues Property

Determines an individual group summary value for a specific data group.

Declaration

property GroupSummaryValues[DataGroupIndex: TcxDataGroupIndex; Index: Integer]: Variant read; write;

Property Value

Type
Variant

Remarks

The GroupSummaryDisplayValues property can only access expanded group summary values as it uses a row index as a parameter. The GroupSummaryValues property allows you to access all group summary values calculated in a grid regardless of their expansion status.

The DataGroupIndex parameter defines the index of a data group. You can use methods of the TcxDataControllerGroups class to determine the index of the required data group.

The Index parameter addresses an individual group summary within a collection of group summaries displayed for a data group.

To return the formatted text representation of the group summary use the GroupFooterSummaryTexts and GroupSummaryText properties.

See Also