Gets whether you can add items to the list using AddNew()()()().

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool AllowNew { get; set; }
Visual Basic
Public Property AllowNew As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AllowNew {
	bool get () sealed;
	void set (bool value) sealed;
}
F#
abstract AllowNew : bool with get, set
override AllowNew : bool with get, set

Property Value

Type: Boolean

Return Value

Type: Boolean
true if you can add items to the list using AddNew()()()(); otherwise, false.

Implements

IBindingList..::..AllowNew

See Also