Color, Gradient or Pattern for background of the header when the mouse is over it

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Brush HeaderMouseOverBackground { get; set; }
Visual Basic
Public Property HeaderMouseOverBackground As Brush
	Get
	Set
JScript
function get HeaderMouseOverBackground () : Brush
function set HeaderMouseOverBackground (value : Brush)

See Also