MultiBinding::Converter Property
.NET Framework (current version)
Gets or sets the converter to use to convert the source values to or from the target value.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property IMultiValueConverter^ Converter { IMultiValueConverter^ get(); void set(IMultiValueConverter^ value); }
Property Value
Type: System.Windows.Data::IMultiValueConverter^A value of type IMultiValueConverter that indicates the converter to use. The default value is null.
Individual bindings in the collection can have their own value Converter. For more information, see IValueConverter.
<object Converter="myConverter"/>
- myConverter
A resource reference to a class that implements the IMultiValueConverter interface, which includes implementations of the Convert and ConvertBack methods. To refer to a value converter, use the Markup Extensions and WPF XAML.
.NET Framework
Available since 3.0
Available since 3.0
Show: