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 通常由其他元件用來判斷是否允許編輯清單中的專案。

適用於