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