Intersoft ClientUI Documentation
Converter Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > RelativeBinding Class : Converter Property






Syntax

Visual Basic (Declaration) 
Public Property Converter As IValueConverter
Visual Basic (Usage)Copy Code
Dim instance As RelativeBinding
Dim value As IValueConverter
 
instance.Converter = value
 
value = instance.Converter
C# 
public IValueConverter Converter {get; set;}
Delphi 
public read-write property Converter: IValueConverter; 
JScript 
public function get,set Converter : IValueConverter
Managed Extensions for C++ 
public: __property IValueConverter* get_Converter();
public: __property void set_Converter( 
   IValueConverter* value
);
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

© 2012 All Rights Reserved.