Skip to main content
A newer version of this page is available. .

TcxTreeListColumnSummary.FooterSummaryItems Property

Provides access to a column’s footer summary collection.

Declaration

property FooterSummaryItems: TcxTreeListSummaryItems read; write;

Property Value

Type
TcxTreeListSummaryItems

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