BindingList<T>.IBindingList.AllowRemove Propriedade
Definição
Obtém um valor que indica se itens podem ser removidos da lista.Gets a value indicating whether items can be removed from the list.
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 .true if you can remove items from the list with the RemoveItem(Int32) method; otherwise, false. O padrão é true.The default is true.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de BindingList<T> é convertida em uma interface de IBindingList.It can be used only when the BindingList<T> instance is cast to an IBindingList interface.