Skip to main content
A newer version of this page is available. .

DataFormValidationEventArgs.NewValues Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

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

Property Value

Type Description
IReadOnlyDictionary<String, Object>

A dictionary of new values that should be validated.

See Also