Color, Gradient or Pattern for the Foreground of a selected row.

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

Syntax

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

See Also