CollectionView.IsCurrentInSync プロパティ

定義

CurrentItemCurrentPosition にあるかどうかを示す値を取得します。

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

プロパティ値

CurrentItem がビュー内の CurrentPosition にある場合は true。それ以外の場合は false

適用対象