Version

ActiveCellRowSelectorAppearance Property

Gets or sets the appearance of the row selector associated with the row of the active cell.
Syntax
'Declaration
 
Public Property ActiveCellRowSelectorAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase ActiveCellRowSelectorAppearance {get; set;}
Remarks

Note: If the row selectors are being drawn with themes, such as if the RowSelectorStyle is set to XPThemed, then this appearance will not be seen; this behavior is standard across the themed rendering of controls. In order to get around this, the Infragistics.Win.Appearance.ThemedElementAlpha property can be set to Transparent.

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