EditFormValidationEventArgs.Values Property
In This Article
Provides access to a dictionary of new values that should be validated. Keys are data field names.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public IReadOnlyDictionary<string, object> Values { get; }
#Property Value
Type | Description |
---|---|
IRead |
A dictionary of new values that should be validated. |
See Also