Skip to main content

TcxDataSummaryItems.Items Property

Specifies the collection of summaries.

Declaration

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

Property Value

Type
TcxDataSummaryItem

Remarks

Use the Items property to access an individual summary by its index. Summaries are represented by the TcxDataSummaryItem class. You can set an item for your summary, its type, to format output strings and their position (only for group summaries) using the returned object.

See Also