Skip to main content

TcxTreeListSummary.FooterSummaryValues Property

Provides access to the values of footer summaries.

Declaration

property FooterSummaryValues[ASummaryItem: TcxTreeListSummaryItem]: Variant read; write;

Property Value

Type
Variant

Remarks

Use this property to access and modify the value of the footer summary passed as the ASummaryItem parameter. To access a certain footer summary within the TreeList control, use the FooterSummaryItems collection.

To obtain the display value corresponding to a footer summary, use the FooterSummaryTexts collection.

See Also