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

TcxDataSummaryGroup.Links Property

Specifies the collection of grouping items that belong to the current summary group.

#Declaration

Delphi
property Links: TcxDataSummaryGroupItemLinks read; write;

#Property Value

Type
TcxDataSummaryGroupItemLinks

#Remarks

The Links property maintains the collection of TcxDataSummaryGroupItemLink objects, each of which refers to a grouping item. A summary group associates grouping items with group summaries provided by the SummaryItems property.

See Also