Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool AllowNew { get; set; } |
Visual Basic |
---|
Public Property AllowNew As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool AllowNew {
bool get () sealed;
void set (bool value) sealed;
} |
F# |
---|
abstract AllowNew : bool with get, set
override AllowNew : bool with get, set |
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if you can add items to the list using
AddNew()()()(); otherwise, false.
Implements
IBindingList..::..AllowNewSee Also