TcxGridBands.VisibleRowCount Property
In This Article
Returns the number of grid band rows visible within the View.
#Declaration
Delphi
property VisibleRowCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the VisibleRowCount property to obtain the number of visible rows within the View which owns the collection. The grid band row visibility is determined by the GridBandRow.Visible property.
See Also