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