TcxTreeListColumnSummary.GroupFooterVisibleCount Property
Returns the number of visible column summaries.
Declaration
property GroupFooterVisibleCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of visible column summaries. |
Remarks
The GroupFooterVisibleCount property returns the number of summaries within the GroupFooterSummaryItems collection whose Visible property is set to True.
See Also