DataFormPropertyValidationEventArgs.CurrentValue Property
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
public object CurrentValue { get; }
Property Value
Type | Description |
---|---|
Object | An object that specifies a value. |
See Also