Skip to main content

TcxGridBands.VisibleRowCount Property

Returns the number of grid band rows visible within the View.

Declaration

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