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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.