TcxDataSummaryGroupItemLinks.Items Property
In This Article
Identifies the collection of grouping items provided by the current TcxDataSummaryGroupItemLinks object.
#Declaration
Delphi
property Items[Index: Integer]: TcxDataSummaryGroupItemLink read; write; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to access a specific grouping item by its index. Every grouping item represents an object of the TcxDataSummaryGroupItemLink class. A grouping item is identified by the ItemLink property of the TcxDataSummaryGroupItemLink object.
See Also