Intersoft ClientUI Documentation
ColumnHeaderStyle Property (UXDataComboBox)



Gets or sets the style that is used when rendering the column headers.
Syntax
Public Property ColumnHeaderStyle As Style
Dim instance As UXDataComboBox
Dim value As Style
 
instance.ColumnHeaderStyle = value
 
value = instance.ColumnHeaderStyle
public Style ColumnHeaderStyle {get; set;}
public:
property Style^ ColumnHeaderStyle {
   Style^ get();
   void set (    Style^ 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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback