Intersoft ClientUI Documentation
Converter Property (BindingDescriptor)



Gets or sets the converter to use.
Syntax
Public Property Converter As IValueConverter
Dim instance As BindingDescriptor
Dim value As IValueConverter
 
instance.Converter = value
 
value = instance.Converter
public IValueConverter Converter {get; set;}
public:
property IValueConverter^ Converter {
   IValueConverter^ get();
   void set (    IValueConverter^ 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

BindingDescriptor Class
BindingDescriptor Members

Send Feedback