Gets or sets the selection 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 SelectionBackground { get; set; }
Visual Basic
Public Property SelectionBackground As Brush
	Get
	Set
JScript
function get SelectionBackground () : Brush
function set SelectionBackground (value : Brush)

Field Value

The selection background.

See Also