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

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

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