Skip to main content

VGridRows.VisibleRowsCount Property

Gets the number of rows whose BaseRow.Visible property is true.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public int VisibleRowsCount { get; }

Property Value

Type Description
Int32

An integer value representing the number of collection members whose BaseRow.Visible property is true.

Remarks

Use the VisibleRowsCount property to obtain the number of rows within the collection for which the BaseRow.Visible property value is set to true.

See Also