Intersoft ClientUI Documentation
Mode Property (MultiBinding)



Gets or sets a value that indicates the direction of the data flow of this binding.
Syntax
Public Property Mode As BindingMode
Dim instance As MultiBinding
Dim value As BindingMode
 
instance.Mode = value
 
value = instance.Mode
public BindingMode Mode {get; set;}
public:
property BindingMode Mode {
   BindingMode get();
   void set (    BindingMode 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