DataGridView.EditRowHandle Property
Gets the row index that includes the cell that is being edited. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int EditRowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The row index that includes the cell that is being edited. |
See Also