TcxTreeListSummary.GroupFooterSummaryItems Property
Provides indexed access to the TreeList control’s group footer summaries.
Declaration
property GroupFooterSummaryItems[Index: Integer]: TcxTreeListSummaryItem read;
Property Value
| Type | Description |
|---|---|
| TcxTreeListSummaryItem | A group footer summary. |
Remarks
To access an individual group summary in this collection, pass the summary’s AbsoluteIndex property value as the Index parameter. To determine the number of summaries within the GroupFooterSummaryItems collection, use the GroupFooterSummaryCount property. To access the value and display text corresponding to a certain group summary, use the GroupFooterSummaryValues and GroupFooterSummaryTexts collections.
To access group summaries of a particular column, use its GroupFooterSummaryItems collection.
See Also