Version

ActiveCellColumnHeaderAppearance Property

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

Note: If the column headers are being drawn with themes, such as if the HeaderStyle 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