Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListSummaryItems Class

A collection of column summaries.

#Declaration

Delphi
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