EditFormValidationEventArgs(IReadOnlyDictionary<String, Object>, Object) Constructor
In This Article
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
C#
public EditFormValidationEventArgs(
IReadOnlyDictionary<string, object> values,
object item
)
#Parameters
Name | Type | Description |
---|---|---|
values | IRead |
The dictionary of new values that should be validated. |
item | System. |
The item that is associated with the edit form. |
See Also