ObservableBindingListTAllowRemove Property

Gets or sets whether items can be removed from the list by the Remove, RemoveAt and Clear methods.
If the underlying list implements IBindingList and its AllowRemove returns , then this property returns also . Otherwise, the default value is .

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