Cocktail Help Reference
Converter Property
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > ValueConverterConvention Class : Converter Property



Glossary Item Box

System.Windows.Data.IValueConverter to use when the binding passes the Filter

Syntax

Visual Basic (Declaration) 
Public Property Converter As IValueConverter
Visual Basic (Usage)Copy Code
Dim instance As ValueConverterConvention
Dim value As IValueConverter
 
instance.Converter = value
 
value = instance.Converter
C# 
public IValueConverter Converter {get; set;}
C++/CLI 
public:
property IValueConverter^ Converter {
   IValueConverter^ get();
   void set (    IValueConverter^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.