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