Skip to main content
All docs
V22.1
  • DataFormValidationEventArgs.NewValues Property

    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

    public IReadOnlyDictionary<string, object> NewValues { get; }

    Property Value

    Type Description
    IReadOnlyDictionary<String, Object>

    A dictionary of new values that should be validated.

    See Also