TcxTreeListSummaryItems.Items Property
In This Article
Provides indexed access to summaries stored within the current collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxTreeListSummaryItem read; write; default;
#Property Value
Type |
---|
Tcx |
#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