EditableAttribute.AllowEdit Property

Definition

Gets a value that indicates whether a field is editable.

public:
 property bool AllowEdit { bool get(); };
public bool AllowEdit { get; }
member this.AllowEdit : bool
Public ReadOnly Property AllowEdit As Boolean

Property Value

true if the field is editable; otherwise, false.

Applies to