TcxTreeListColumnSummary.FooterVisibleCount Property
In This Article
Returns the number of parent column’s visible footer summaries.
#Declaration
Delphi
property FooterVisibleCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of visible column summaries |
#Remarks
The FooterVisibleCount
property returns the number of summaries within the FooterSummaryItems collection whose Visible property is set to True
.
See Also