System.ComponentModel.BindingList<T>.AllowEdit Property

Gets or sets a value indicating whether items in the list can be edited.

Syntax

public bool AllowEdit { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The BindingList`1.AllowEdit property is typically used by other components to determine if editing of items in the list is allowed. When BindingList`1.AllowEdit is set to a new value, a BindingList`1.ListChanged event of type ListChangedType.Reset will occur.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0