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

Returns a collection of group summaries calculated at a specific level.

#Declaration

Delphi
property GroupSummaryItems[Level: Integer]: TcxDataGroupSummaryItems read;

#Property Value

Type
TcxDataGroupSummaryItems

#Remarks

The GroupSummaryItems property retrieves the collection of group summaries calculated at a specific level. The level is associated with a grouping item. If data is grouped by two grouping items, for instance, you can pass 0 or 1 as a Level value.

Group summaries are set via the DefaultGroupSummaryItems and SummaryGroups properties. If no group summaries are calculated for the specific level, the GroupSummaryItems property returns a valid object containing 0 summaries.

See Also