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

TcxDataSummaryGroupItemLinks Class

Represents a collection of grouping items in the summary group.

#Declaration

Delphi
TcxDataSummaryGroupItemLinks = class(
    TcxCollection
)

#Remarks

The TcxDataSummaryGroupItemLinks class is a collection of grouping items, each of which is an object of the TcxDataSummaryGroupItemLink class. The TcxDataSummaryGroupItemLinks collection belongs to the summary group, which associates its elements with group summaries. A summary group is provided by the TcxDataSummaryGroup class. When grid records are grouped by any of grouping items, the data controller automatically calculates the corresponding group summaries.

The TcxDataSummary class defines all summaries for a grid control.

#Inheritance

TObject
TPersistent
TCollection
TcxCollection
TcxDataSummaryGroupItemLinks
See Also