Version

SelectionOverlayColor Property

Gets or sets the color used to overlay the selection area of the grid. This property overrides the default selection colors.
Syntax
'Declaration
 
Public Property SelectionOverlayColor As Color
public Color SelectionOverlayColor {get; set;}
Remarks

Note: If either this property or the SelectionOverlayBorderColor are set, any selected appearances (i.e. cell, row, column) that would normally apply to a cell are ignored.

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