Skip to main content

TcxTreeListSummaryItems Class

A collection of column summaries.

Declaration

TcxTreeListSummaryItems = class(
    TcxCollection
)

Remarks

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).

Direct TcxTreeListSummaryItems Class References

The following public API members reference a TcxTreeListSummaryItems object:

TcxTreeListColumnSummary.FooterSummaryItems
Provides access to the parent column’s footer summary collection.
TcxTreeListColumnSummary.GroupFooterSummaryItems
Provides access to the parent column’s group footer summary collection.

Inheritance

See Also