BindingList<T>.IBindingList.AllowEdit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會獲得一個值,表示清單中的項目是否可以被編輯。
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此屬性通常被其他元件用來判斷是否允許編輯清單中的項目。