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

TcxGridTableSummaryGroupItemLink Class

Links a column with group summaries in a summary group.

#Declaration

Delphi
TcxGridTableSummaryGroupItemLink = class(
    TcxDataSummaryGroupItemLink,
    IcxStoredObject
)

#Remarks

A (TcxDataSummaryGroup) is an association of specific columns with group summaries. When grid records are grouped by any of these columns, the corresponding group summaries will be calculated. To associate columns with group summaries within a summary group, use the TcxDataSummaryGroup.Links property which supports a collection of links to proposed group columns.

In (Banded) Table Views, every element in this collection is a TcxGridTableSummaryGroupItemLink object. A proposed group column is identified by its Column property.

#Implements

See Also