TcxDataSummaryItems.Items Property
In This Article
Provides indexed access to stored summary items.
#Declaration
Delphi
property Items[Index: Integer]: TcxDataSummaryItem read; write; default;
#Property Value
Type | Description |
---|---|
Tcx |
A summary item. You may need to cast the returned object to the corresponding terminal Tcx Tip You can call the returned object’s Class |
#Remarks
You can use the Count property to identify the number of summary items accessible through the Items
property.
See Also