Gets or sets the row header background.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Field Value

The row header background.

See Also