Back to Devexpress

DataGridView.EditRowHandle Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-709eac37.md

latest848 B
Original Source

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

csharp
public int EditRowHandle { get; }

Property Value

TypeDescription
Int32

The row index that includes the cell that is being edited.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace