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