Gets whether you can update items in the list.

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

Syntax

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

Property Value

Type: Boolean

Return Value

Type: Boolean
true if you can update the items in the list; otherwise, false.

Implements

IBindingList..::..AllowEdit

See Also