DataGridView.InvalidRowHandle Field
An invalid row handle. This value is returned when trying to access a row that does not exist in the grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public const int InvalidRowHandle = -2147483648
Field Value
Type |
---|
Int32 |
See Also