Click or drag to resize

ValueConverterConvertBackUnsetValue Property

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

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

Property Value

Type: Object
See Also