Click or drag to resize

ValueConverterConvertNullValue Property

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

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

Property Value

Type: Object
See Also