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