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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.