Version

HeaderCheckBoxAlignment Enumeration

Enum used for specifying the position of the UltraGridColumn's Header checkbox relative to the caption
Syntax
'Declaration
 
Public Enum HeaderCheckBoxAlignment 
   Inherits System.Enum
public enum HeaderCheckBoxAlignment : System.Enum 
Members
MemberDescription
BottomBottom. The checkbox is displayed on the bottom side of the Header caption. Valid when the header text is displayed vertically.
CenterCenter. The checkbox is displayed in the center of the header when no caption is used.
DefaultDefault. The default value for the enumeration. Generally, properties with a value of "Default" should resolve to "Left" or "Top" depending on the orientation of the header text. If no text is displayed, the checkbox should be centered.
LeftLeft. The checkbox is displayed on the left side of the Header caption. Valid when the header text is displayed horizontally.
RightRight. The checkbox is displayed on the right side of the Header caption. Valid when the header text is displayed horizontally.
TopTop. The checkbox is displayed on the top side of the Header caption. Valid when the header text is displayed vertically.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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