BindingSource::AllowRemove Property
.NET Framework (current version)
Gets a value indicating whether items can be removed from the underlying list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue to indicate list items can be removed from the list; otherwise, false.
Implements
IBindingList::AllowRemoveThe AllowRemove 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: