Property FallbackValue
FallbackValue
Value to use when source cannot provide a value
public object FallbackValue { get; set; }
Property Value
Remarks
Initialized to DependencyProperty.UnsetValue; if FallbackValue is not set, BindingExpression will return target property's default when Binding cannot get a real value.