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#
public bool IsEditable { get; set; }
Visual Basic
Public Property IsEditable As Boolean
	Get
	Set
JScript
final function get IsEditable () : boolean
final function set IsEditable (value : boolean)

Implements

IDataGridCell..::..IsEditable

See Also