Intersoft ClientUI Documentation
Converter Property (MultiBinding)



Gets or sets the converter to use to convert the source values to or from the target value.
Syntax
Public Property Converter As IMultiValueConverter
Dim instance As MultiBinding
Dim value As IMultiValueConverter
 
instance.Converter = value
 
value = instance.Converter
public IMultiValueConverter Converter {get; set;}
public:
property IMultiValueConverter^ Converter {
   IMultiValueConverter^ get();
   void set (    IMultiValueConverter^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiBinding Class
MultiBinding Members

Send Feedback