Skip to main content

TcxDataSummaryGroup.Links Property

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

Declaration

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