BaseEdit.InputTextToEditValueConverter Property
In This Article
OBSOLETE
Use Binding
Gets or sets a converter used to provide the editor’s value from a multiline text editor.
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 InputTextToEditValueConverter { get; set; }
#Property Value
Type | Description |
---|---|
IValue |
An object that implements the IValue |
See Also