共用方式為


BindingList<T>.IBindingList.AllowEdit 屬性

定義

會獲得一個值,表示清單中的項目是否可以被編輯。

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

屬性值

true如果清單項目可以編輯;否則,。 false 預設值為 true

實作

備註

AllowEdit此屬性通常被其他元件用來判斷是否允許編輯清單中的項目。

適用於