Intersoft ClientUI Documentation
VerticalHeaderAlignment Property (UXDataComboBoxColumn)



Gets or sets the vertical header alignment.
Syntax
Public Property VerticalHeaderAlignment As VerticalAlignment
Dim instance As UXDataComboBoxColumn
Dim value As VerticalAlignment
 
instance.VerticalHeaderAlignment = value
 
value = instance.VerticalHeaderAlignment
public VerticalAlignment VerticalHeaderAlignment {get; set;}
public:
property VerticalAlignment VerticalHeaderAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment 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