TcxTreeListColumnSummary.GroupFooterSummaryItems Property
In This Article
Provides access to the parent column’s group footer summary collection.
#Declaration
Delphi
property GroupFooterSummaryItems: TcxTreeListSummaryItems read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Refer to the TcxTreeListSummaryItems class description, to learn about available collection options.
To access all group summaries created within the TreeList control, use its Summary.GroupFooterSummaryItems collection.
See Also