BindingList<T>::IBindingList::AllowEdit Property
.NET Framework (current version)
Gets a value indicating whether items in the list can be edited.
Assembly: System (in System.dll)
private: property bool AllowEdit { virtual bool get() sealed = IBindingList::AllowEdit::get; }
Property Value
Type: System::Booleantrue if list items can be edited; otherwise, false. The default is true.
Implements
IBindingList::AllowEditThe AllowEdit property is typically used by other components to determine if editing of items in the list is allowed.
.NET Framework
Available since 2.0
Available since 2.0
Show: