Gets whether you can update items in the list.

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

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