Gets whether you can update items in the list.
Namespace: Dapfor.Net.DataAssembly: 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:
BooleanReturn Value
Type:
Booleantrue if you can update the items in the list; otherwise, false.
Implements
IBindingList..::..AllowEditSee Also