DataRowView.IsEdit 속성

정의

행이 편집 모드인지 여부를 나타냅니다.

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

속성 값

행이 편집 모드이면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보