Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).

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

Syntax

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

Property Value

Type: Boolean

Return Value

Type: Boolean
true if you can remove items from the list; otherwise, false.

Implements

IBindingList..::..AllowRemove

See Also