TcxTreeListSummary.FooterSummaryCount Property
In This Article
Returns the number of footer summaries in the parent TreeList control.
#Declaration
Delphi
property FooterSummaryCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The total number of footer summaries. |
#Remarks
This property returns the number of footer summaries within the FooterSummaryItems collection. To determine the number of footer summaries that are visible within the TreeList control, use the FooterSummaryVisibleCount property.
Note
You can also use the Footer
property to enumerate elements within the Footer
See Also