DataGridValidationEventArgs.RowHandle Property
In This Article
Gets the handle of the row that contains the cell whose value is being edited.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public int RowHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The row handle. |
See Also