Back to Devexpress

DataFormValidationEventArgs.NewValues Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformvalidationeventargs.md

latest1.0 KB
Original Source

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

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

Property Value

TypeDescription
IReadOnlyDictionary<String, System.Object>

A dictionary of new values that should be validated.

|

See Also

DataFormValidationEventArgs Class

DataFormValidationEventArgs Members

DevExpress.Maui.DataForm Namespace