Intersoft ClientUI Documentation
HeaderBinding Property (UXDataComboBoxColumn)



Gets or sets column header binding.
Syntax
Public Property HeaderBinding As Binding
Dim instance As UXDataComboBoxColumn
Dim value As Binding
 
instance.HeaderBinding = value
 
value = instance.HeaderBinding
public Binding HeaderBinding {get; set;}
public:
property Binding^ HeaderBinding {
   Binding^ get();
   void set (    Binding^ value);
}
Remarks

UXPageableComboBox column also support column header binding. This feature can be used to localize the column header text, suppose you want to make your application available in multi language. To use this feature, simply bind your localized resources to each column's HeaderBinding property. To learn more about Localization, see Localization Overview.

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

UXDataComboBoxColumn Class
UXDataComboBoxColumn Members

Send Feedback