EditRowViewModel.DataGridView Property
Gets the DataGridView instance where the row is edited.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public DataGridView DataGridView { get; }
Property Value
| Type | Description |
|---|---|
| DataGridView | The DataGridView instance. |
See Also