Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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..::..AllowRemove
See Also