Intersoft ClientUI Documentation
HorizontalCellAlignment Property



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