Gets or sets a value indicating whether editing is enabled.

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

Syntax

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

Field Value

true if editing is enabled; otherwise, false.

See Also