vcl-cxtl-9e41bdf7.md
A collection of column summaries.
TcxTreeListSummaryItems = class(
TcxCollection
)
This class extends its ancestor class with members that allow you to:
Add summaries to the collection (Add).
Access individual summaries within the collection (Items and GetItemByKind).
Obtain the number of collection summaries that are currently visible within the TreeList control (VisibleCount).
Access the column that displays summaries stored in the collection (Column).
The following public API members reference a TcxTreeListSummaryItems object:
TcxTreeListColumnSummary.FooterSummaryItemsProvides access to the parent column’s footer summary collection.TcxTreeListColumnSummary.GroupFooterSummaryItemsProvides access to the parent column’s group footer summary collection.
TObject TPersistent TCollection TcxCollection TcxTreeListSummaryItems
See Also