System.ComponentModel.BindingList<T>.AllowRemove Property

Gets or sets a value indicating whether you can remove items from the collection.

Syntax

public bool AllowRemove { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The BindingList`1.AllowRemove property is typically used by other components to determine if the removal of items is allowed.

When BindingList`1.AllowRemove is set to a new value, a BindingList`1.ListChanged event of type ListChangedType.Reset occurs.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0