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 목록의 항목을 편집할 수 있는지 확인 하려면 다른 구성 요소 속성은 일반적으로 사용 합니다.

적용 대상