Skip to main content

DataFormPropertyValidationEventArgs.NewValue Property

Gets the new value that should be validated.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public object NewValue { get; }

Property Value

Type Description
Object

An object that specifies a data field value.

See Also