EditorShowingEventArgs.RowHandle Property
Gets the handle of the row that contains a cell for which the editor is about to be displayed.
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 data row in the DataGridView. |
See Also