Gets or sets a value indicating whether the cell is selected.

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

Syntax

C#
bool IsSelected { get; set; }
Visual Basic
Property IsSelected As Boolean
	Get
	Set
JScript
function get IsSelected () : boolean
function set IsSelected (value : boolean)

Field Value

true if the cell is selected; otherwise, false.

See Also