FastBindingListTAllowRemove Property
Gets or sets whether items can be removed from the list by the
Remove,
RemoveAt and
Clear methods.
Default value:
if the wrapped list is not read-only; otherwise,
.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public virtual bool AllowRemove { get; set; }
Public Overridable Property AllowRemove As Boolean
Get
Set
public:
virtual property bool AllowRemove {
bool get ();
void set (bool value);
}
abstract AllowRemove : bool with get, set
override AllowRemove : bool with get, set
BooleanIBindingListAllowRemove