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