Gets or sets a value indicating whether the user can edit.

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

Syntax

C#
public bool CanEdit { get; protected set; }
Visual Basic
Public Property CanEdit As Boolean
	Get
	Protected Set
JScript
final function get CanEdit () : boolean
protected final function set CanEdit (value : boolean)

Field Value

true if the user can edit; otherwise, false.

Implements

IDataGrid..::..CanEdit

See Also