BindingList<T>::IBindingList::AllowNew Property
.NET Framework (current version)
Gets a value indicating whether new items can be added to the list using the AddNew method.
Assembly: System (in System.dll)
private: property bool AllowNew { virtual bool get() sealed = IBindingList::AllowNew::get; }
Property Value
Type: System::Booleantrue if you can add items to the list with the AddNew method; otherwise, false. The default depends on the underlying type contained in the list.
Implements
IBindingList::AllowNew
.NET Framework
Available since 2.0
Available since 2.0
Show: