BindingList<T>.IBindingList.AllowRemove Propriedade

Definição

Obtém um valor que indica se itens podem ser removidos da lista.

property bool System::ComponentModel::IBindingList::AllowRemove { bool get(); };
bool System.ComponentModel.IBindingList.AllowRemove { get; }
member this.System.ComponentModel.IBindingList.AllowRemove : bool
 ReadOnly Property AllowRemove As Boolean Implements IBindingList.AllowRemove

Valor da propriedade

true se você puder remover itens da lista com o RemoveItem(Int32) método ; caso contrário, false. O padrão é true.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de BindingList<T> é convertida em uma interface de IBindingList.

Aplica-se a