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

TcxTreeListSummaryItem Class

A set of appearance and calculation options for a column‘s footer and group summaries.

#Declaration

Delphi
TcxTreeListSummaryItem = class(
    TcxCustomDataSummaryItem
)

#Remarks

Options include:

At design time, you can access these options using the Object Inspector by clicking the corresponding simple and group footer cells.

#Direct TcxTreeListSummaryItem Class References

The following public API members reference a TcxTreeListSummaryItem 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.
See Also