DataFormValidationEventArgs.NewValues Property
Provides access to a dictionary of new values that should be validated. Keys are data field names.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public IReadOnlyDictionary<string, object> NewValues { get; }
#Property Value
Type | Description |
---|---|
IRead |
A dictionary of new values that should be validated. |