DataFormPropertyValidationEventArgs.NewValue Property
In This Article
Gets the new value that should be validated.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object NewValue { get; }
#Property Value
Type | Description |
---|---|
Object | An object that specifies a data field value. |
See Also