TcxTreeListSummary.FooterSummaryVisibleCount Property
Returns the number of visible footer summaries.
Declaration
property FooterSummaryVisibleCount: Integer read;
Property Value
Type | Description |
---|---|
Integer | The number of visible footer summaries. |
Remarks
Use the FooterSummaryCount property to determine the total number of footer summaries defined within the TreeList control.
See Also