TemplateBindingExtension.Converter Property

Definition

Gets or sets the converter that interprets between source and target of a binding.

public:
 property System::Windows::Data::IValueConverter ^ Converter { System::Windows::Data::IValueConverter ^ get(); void set(System::Windows::Data::IValueConverter ^ value); };
public System.Windows.Data.IValueConverter Converter { get; set; }
member this.Converter : System.Windows.Data.IValueConverter with get, set
Public Property Converter As IValueConverter

Property Value

The converter implementation. This value defaults to null and is typically provided as an optional parameter of the binding.

Remarks

This value is not the TemplateBindingExtensionConverter. It is a specific converter pattern supported by WPF data binding.

XAML Text Usage

For XAML information, see TemplateBinding Markup Extension.

Applies to