Foreground color of the row header (foreground color is used when there are groups in the grid)

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also