Foreground color of the group header

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

Syntax

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

See Also