Skip to main content
A newer version of this page is available. .

BaseEdit.EditValueConverter Property

Gets or sets a converter used to provide the editor’s value. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public IValueConverter EditValueConverter { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Data.IValueConverter

An object that implements the Windows.UI.Xaml.Data.IValueConverter interface.

See Also