Controls if this cell is editable. SHould be true by default and disabled depending on situation.

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

Syntax

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

See Also