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

TcxDataSummary.GroupSummaryValues Property

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

#Declaration

Delphi
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