Click or drag to resize

ValueConverterConvertBackErrorValue Property

Gets or sets the error value, which is returned whenever the value to convert back produces an error; the default is UnsetValue.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Object? ConvertBackErrorValue { get; set; }

Property Value

Type: Object
See Also