IBindingList.AllowEdit Propriedade
Definição
Obtém se você pode atualizar itens na lista.Gets whether you can update items in the list.
public:
property bool AllowEdit { bool get(); };
public bool AllowEdit { get; }
member this.AllowEdit : bool
Public ReadOnly Property AllowEdit As Boolean
Valor da propriedade
true Se você puder atualizar os itens na lista; caso contrário, false .true if you can update the items in the list; otherwise, false.