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.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public const int InvalidRowHandle = -2147483648
#Field Value
Type | Description |
---|---|
Int32 | The invalid row handle. |
See Also