Version

RowSelectorHeaderStyle Property

Returns or sets a value that determines the style of the row selector header area.
Syntax
'Declaration
 
Public Property RowSelectorHeaderStyle As Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle
public Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle RowSelectorHeaderStyle {get; set;}
Remarks

The RowSelectorHeaderStyle determines the look and position of the area above the Row Selectors.

If the RowSelectorHeaderStyle is set to None there will be no visible element assigned to this area and the header of the first column will be aligned with the left edge of the column.

If the RowSelectorHeaderStyle is set to ExtendFirstColumn the header of the first column will extend to the left over the area above the Row Selectors.

If the RowSelectorHeaderStyle is set to SeparateElement a RowSelectorHeaderUIElement will be positioned above the Row Selectors and the header of the first column will be aligned with the left edge of the column.

The Default value is ColumnChooserButton.

If the RowSelectorHeaderStyle is set to SeparateElement the RowSelectorHeaderAppearance object can be used to set the appearance of the RowSelectorHeader.

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