DataFormPropertyValidationEventArgs.CurrentValue Property
In This Article
Gets or sets the current value of the data field that is about to be updated.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object CurrentValue { get; }
#Property Value
Type | Description |
---|---|
Object | An object that specifies a value. |
See Also