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 通常、リスト内の項目の編集が許可されているかどうかを判断するために、他のコンポーネントによって使用されます。

適用対象