LayoutView.RowCount Property
Gets the number of visible cards within the View.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the number of visible cards within the View. |
Remarks
See the BaseView.RowCount topic to learn more.
See Also