BindingSource.AllowRemove Property

Definition

Gets a value indicating whether items can be removed from the underlying list.

public:
 virtual property bool AllowRemove { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool AllowRemove { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowRemove : bool
Public Overridable ReadOnly Property AllowRemove As Boolean

Property Value

true to indicate list items can be removed from the list; otherwise, false.

Implements

Attributes

Remarks

The AllowRemove property is typically used by other components to determine if editing of items in the list is allowed.

Applies to