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