Skip to main content

EditFormValidationEventArgs.Values Property

Provides access to a dictionary of new values that should be validated. Keys are data field names.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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

Property Value

Type Description
IReadOnlyDictionary<String, Object>

A dictionary of new values that should be validated.

See Also