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

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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