The MappedValueConverterParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackFallbackValue |
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.
|
![]() | BackMapping |
Gets or sets a value conversion mapping for a target-to-source conversion.
|
![]() | SourceFallbackValue |
Gets or sets a value that will be used as a result of a source-to-target
conversion in case if a matching value has not been found.
|
![]() | SourceMapping |
Gets or sets a value conversion mapping for a source-to-target conversion.
|
![]() | UseSourceMappingInBackConversion |
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.
|