Intersoft ClientUI Documentation
Binding Property (UXDataComboBoxBoundColumn)



Gets or sets the cell content.
Syntax
<CategoryAttribute("Binding")>
Public Property Binding As Binding
Dim instance As UXDataComboBoxBoundColumn
Dim value As Binding
 
instance.Binding = value
 
value = instance.Binding
[CategoryAttribute("Binding")]
public Binding Binding {get; set;}
[CategoryAttribute("Binding")]
public:
property Binding^ Binding {
   Binding^ get();
   void set (    Binding^ 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

UXDataComboBoxBoundColumn Class
UXDataComboBoxBoundColumn Members

Send Feedback