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