Skip to main content

TcxTreeListSummary.FooterSummaryValues Property

Provides access to footer summary values.

Declaration

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

Property Value

Type Description
Variant

A footer summary value.

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