Skip to main content

TcxTreeListNode.FooterSummaryCount Property

Returns the number of node summaries.

Declaration

property FooterSummaryCount: Integer read;

Property Value

Type
Integer

Remarks

For the root node, the property returns the number of footer summaries. For all other nodes, the number of group summaries is returned.

For indexed access to the node’s summary values, use the node’s FooterSummaryValues property.

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

See Also