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