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

TcxTreeListColumnSummary.FooterSummaryItems Property

Provides access to the parent column’s footer summary collection.

#Declaration

Delphi
property FooterSummaryItems: TcxTreeListSummaryItems read; write;

#Property Value

Type Description
TcxTreeListSummaryItems

A collection of tree list summary items.

#Remarks

Refer to the TcxTreeListSummaryItems class description, to learn about available collection options.

To access all footer summaries created within the TreeList control, use its Summary.FooterSummaryItems collection.

See Also