Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListNode.FooterSummaryCount Property

Returns the number of node summaries.

#Declaration

Delphi
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