BindingSource.AllowRemove Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.