Represents a Binding converter that performs a conversion according to a specified value mapping.

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

Syntax

C#
public class MappedValueConverter : IValueConverter
Visual Basic (Declaration)
Public Class MappedValueConverter _
	Implements IValueConverter

Remarks

MappedValueConverter is a two-way converter. A conversion is performed according to value mappings and other options specified as a converter parameter value of the MappedValueConverterParameter type.

If a matching value has not been found during a conversion, then the converter returns a DoNothing value.

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..MappedValueConverter

See Also