Gets or sets a value indicating whether a ValueMap defined in the SourceMapping property is used for target-to-source conversion. The default value is False.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool UseSourceMappingInBackConversion { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property UseSourceMappingInBackConversion As Boolean
	Get
	Set

Remarks

If it is set to True, and there is not a matching item in the BackMapping value map during a back conversion, then a ValueMap specified in the SourceMapping property is used for target-to-source conversion.

If it is set to False, only a ValueMap specified in the BackMapping property is used for a back conversion.

The default value for this property is False.

See Also