ValidateCellEventArgs.RowHandle Property
Returns the handle of the row that contains the cell whose value is being edited.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int RowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The row handle. |
See Also