ICollectionView.IsCurrentBeforeFirst プロパティ

定義

ビューの CurrentItem がコレクションの先頭を越えるかどうかを示す値を取得します。

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

プロパティ値

true ビューの が CurrentItem コレクションの先頭を超える場合は 。それ以外の場合 falseは 。

適用対象

こちらもご覧ください