IBindingList.AllowEdit 속성

정의

목록의 항목을 업데이트할 수 있는지 여부를 가져옵니다.

public:
 property bool AllowEdit { bool get(); };
public bool AllowEdit { get; }
member this.AllowEdit : bool
Public ReadOnly Property AllowEdit As Boolean

속성 값

목록의 항목을 업데이트할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상