IBindingList.AllowEdit Свойство
Определение
Возвращает значение, показывающее, можно ли обновить элементы в списке.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
Значение свойства
Значение true
, если можно обновить элементы в списке; в противном случае — значение false
.true
if you can update the items in the list; otherwise, false
.