ListCollectionView.IsEditingItem 속성

정의

편집 트랜잭션이 진행 중인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

편집 트랜잭션이 진행 중이면 true이고, 그렇지 않으면 false입니다.

구현

설명

메서드를 호출하여 트랜잭션 편집을 EditItem 시작하고 호출 CommitEdit 하거나 CancelEdit호출하여 트랜잭션을 종료합니다.

적용 대상

추가 정보