DataGridRow.IsEditing 속성

정의

행이 편집 모드에 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

행이 편집 모드에 있으면 true이고, 그렇지 않으면 false입니다. 등록된 기본값은 false입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

적용 대상

추가 정보