DataGridView.RowCount Property
Gets the number of data rows in a grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public int RowCount { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of data rows in a grid. |
See Also