Click or drag to resize

ValueConverterConvertUnsetValue Property

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

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

Property Value

Type: Object
See Also