BaseEdit.EditValueConverter Property
In This Article
OBSOLETE
Use Binding
Gets or sets a converter used to provide the editor’s value. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Obsolete("Use BindingBase.Converter property instead")]
public IValueConverter EditValueConverter { get; set; }
#Property Value
Type | Description |
---|---|
IValue |
An object that implements the IValue |
See Also