Skip to main content

EditFormValidationEventArgs(IReadOnlyDictionary<String, Object>, Object) Constructor

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

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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

Parameters

Name Type Description
values IReadOnlyDictionary<String, Object>

The dictionary of new values that should be validated.

item Object

The item that is associated with the edit form.

See Also