TcxDataSummaryGroup.Links Property
In This Article
Specifies the collection of grouping items that belong to the current summary group.
#Declaration
Delphi
property Links: TcxDataSummaryGroupItemLinks read; write;
#Property Value
Type |
---|
Tcx |
#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