Skip to main content
All docs
V22.1
  • EditFormValidationEventArgs(IReadOnlyDictionary<String, Object>, Object) Constructor

    Initializes a new instance of the EditFormValidationEventArgs class with specified settings.

    Namespace: DevExpress.XamarinForms.DataGrid

    Assembly: DevExpress.XamarinForms.Grid.dll

    NuGet Package: DevExpress.XamarinForms.Grid

    Declaration

    public EditFormValidationEventArgs(
        IReadOnlyDictionary<string, object> values,
        object item
    )

    Parameters

    Name Type
    values IReadOnlyDictionary<String, Object>
    item Object
    See Also