vcl-cxtl-8dfda749.md
Stores column summaries.
TcxTreeListColumnSummary = class(
TcxOwnedPersistent
)
This class introduces members that allow you to:
Access a column’s footer and group summary collections (FooterSummaryItems and GroupFooterSummaryItems).
Obtain the number of collection summaries that are currently visible within the TreeList control (FooterVisibleCount and GroupFooterVisibleCount).
Access the column that displays summaries (Column).
The TcxTreeListColumn.Summary property references a TcxTreeListColumnPosition object.
TObject TPersistent TcxOwnedPersistent TcxTreeListColumnSummary
See Also