CollectionView.IsCurrentInSync 속성

정의

CurrentItemCurrentPosition에 있는지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool IsCurrentInSync { bool get(); };
protected bool IsCurrentInSync { get; }
member this.IsCurrentInSync : bool
Protected ReadOnly Property IsCurrentInSync As Boolean

속성 값

Boolean

CurrentItem이 뷰의 CurrentPosition에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상