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, .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public virtual bool AllowRemove { get; set; }

Property Value

Boolean

Implements

IBindingListAllowRemove

See Also