IBindingList.AllowEdit Property

Definition

Gets whether you can update items in the list.

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

Property Value

true if you can update the items in the list; otherwise, false.

Applies to