VGridRows.VisibleRowsCount Property
Gets the number of rows whose BaseRow.Visible property is true.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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