TcxTreeListColumnSummary.GroupFooterVisibleCount Property
In This Article
Returns the number of visible column summaries.
#Declaration
Delphi
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