Intersoft ClientUI Documentation
Mode Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > MultiBinding Class : Mode Property






Gets or sets a value that indicates the direction of the data flow of this binding.

Syntax

Visual Basic (Declaration) 
Public Property Mode As BindingMode
Visual Basic (Usage)Copy Code
Dim instance As MultiBinding
Dim value As BindingMode
 
instance.Mode = value
 
value = instance.Mode
C# 
public BindingMode Mode {get; set;}
Delphi 
public read-write property Mode: BindingMode; 
JScript 
public function get,set Mode : BindingMode
Managed Extensions for C++ 
public: __property BindingMode get_Mode();
public: __property void set_Mode( 
   BindingMode value
);
C++/CLI 
public:
property BindingMode Mode {
   BindingMode get();
   void set (    BindingMode 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.