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

TcxTreeListSummaryItems.Items Property

Provides indexed access to summaries stored within the current collection.

Declaration

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

Property Value

Type
TcxTreeListSummaryItem

Remarks

Use the Add, Insert, Delete, and Clear methods to manage summaries within the collection. To access a summary corresponding to a particular summary type, call the GetItemByKind function.

See Also