EditRowViewModel.Values Property
Gets the collection of the item’s field values.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public IDictionary<string, object> Values { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, Object> | The collection of the item’s field values. |
See Also