The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BindingList<T>::IBindingList::AllowRemove Property
.NET Framework (current version)
Gets a value indicating whether items can be removed from the list.
Assembly: System (in System.dll)
private: property bool AllowRemove { virtual bool get() sealed = IBindingList::AllowRemove::get; }
Property Value
Type: System::Booleantrue if you can remove items from the list with the RemoveItem method; otherwise, false. The default is true.
Implements
IBindingList::AllowRemove
.NET Framework
Available since 2.0
Available since 2.0
Show: