Gets or sets a value that will be used as a result of a target-to-source conversion in case if a matching value has not been found.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Object BackFallbackValue { get; set; }
Visual Basic (Declaration)
Public Property BackFallbackValue As Object
	Get
	Set

Remarks

The default value is NotSpecified, which means that a binding that uses MappedValueConverter will not update a value.

See Also