DataGridView.InvalidRowHandle Field
In This Article
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
C#
public const int InvalidRowHandle = -2147483648
#Field Value
Type |
---|
Int32 |
See Also