LayoutView.RowCount Property
Gets the number of visible cards within the View.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
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