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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.