BindingSource.AllowEdit 속성

정의

내부 목록의 항목을 편집할 수 있는지를 나타내는 값을 가져옵니다.

public:
 virtual property bool AllowEdit { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool AllowEdit { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowEdit : bool
Public Overridable ReadOnly Property AllowEdit As Boolean

속성 값

Boolean

목록 항목을 편집할 수 있음을 나타내려면 true이고, 그렇지 않으면 false입니다.

구현

특성

설명

AllowEdit 목록의 항목을 편집할 수 있는지 확인 하려면 다른 구성 요소 속성은 일반적으로 사용 합니다.

적용 대상