BindingList<T>::AllowEdit Property
.NET Framework (current version)
Gets or sets a value indicating whether items in the list can be edited.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if list items can be edited; otherwise, false. The default is true.
The AllowEdit property is typically used by other components to determine if editing of items in the list is allowed. When AllowEdit is set to a new value, a ListChanged event of type Reset will occur.
The following code example demonstrates how to set the AllowEdit property. For the complete example, see the BindingList<T> class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: