Version

AllowAddNewResolved Property

Determines whether the user can add records (read-only).
Syntax
'Declaration
 
Public ReadOnly Property AllowAddNewResolved As Boolean
public bool AllowAddNewResolved {get;}
Remarks
This property is ignored if the DataSource does not support adding of records. For example, if it does not implement the System.ComponentModel.IBindingList interface (or that interface's System.ComponentModel.IBindingList.AllowNew property returns false) and it does not implement the System.ComponentModel.IEditableCollectionView interface (or that interface's System.ComponentModel.IEditableCollectionView.CanAddNew property returns false) and it is not a generic list whose type is not abstract and has a public parameterless constructor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also