DataGridView.EditItem Property
Gets the edited item.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object EditItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The data object of the edited item. |
See Also