Skip to main content

TcxTreeListNode.FooterSummaryValues Property

Provides indexed access to the node’s summary values.

Declaration

property FooterSummaryValues[Index: Integer]: Variant read; write;

Property Value

Type
Variant

Remarks

For the root node, the property provides access to footer summaries. For all other nodes, provides access to group summaries.

Index specifies the summary’s position in the collection.

For indexed access to display values of the node’s summaries, use the node’s FooterSummaryTexts property instead.

The total number of the node’s summaries can be obtained using the FooterSummaryCount property.

See Also