Version

RowSelectorHeaderStyle Enumeration

Enum to specify the style of the row selector header.
Syntax
'Declaration
 
Public Enum RowSelectorHeaderStyle 
   Inherits System.Enum
public enum RowSelectorHeaderStyle : System.Enum 
Members
MemberDescription
ColumnChooserButtonDisplay a button which when clicked upon displays the column chooser dialog that lets the user select which columns to display in the UltraGrid.
ColumnChooserButtonFixedSizeSame as ColumnChooserButton except that ColumnChooserButton displays the button expanded to fit the entire area over the row selector where as this option displays the button with ideal size. Note that the alignment of the column chooser button can be controlled using the ImageHAlign and ImageVAlign property settings of the RowSelectorHeaderAppearance.
DefaultDefault style.
ExtendFirstColumnExtend the first column header over the row selectors.
NoneNo row selector header.
SeparateElementShow a RowSelectorHeader element.
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