Skip to main content
A newer version of this page is available. .

TcxDataSummaryGroupItemLinks.Items Property

Identifies the collection of grouping items provided by the current TcxDataSummaryGroupItemLinks object.

Declaration

property Items[Index: Integer]: TcxDataSummaryGroupItemLink read; write; default;

Property Value

Type
TcxDataSummaryGroupItemLink

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