Intersoft ClientUI Documentation
HeaderWidth Property (UXDataComboBoxColumn)



Gets or sets the width of the column header. If not specified, the column will use the value specified in Width property.
Syntax
Public Property HeaderWidth As GridLength
Dim instance As UXDataComboBoxColumn
Dim value As GridLength
 
instance.HeaderWidth = value
 
value = instance.HeaderWidth
public GridLength HeaderWidth {get; set;}
public:
property GridLength HeaderWidth {
   GridLength get();
   void set (    GridLength 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

UXDataComboBoxColumn Class
UXDataComboBoxColumn Members

Send Feedback