ICollectionView.IsCurrentAfterLast プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください