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