Gets or sets the editor's value.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v18.1.dll

Syntax
C# |
public object EditValue { get; set; }
|
VB |
Public Property EditValue As Object
|
Property value
Type: Object
An object that represents the editor's current value.

See Also