DataGrid for WPF/Silverlight
IsCurrentAfterLast プロパティ

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid.Data 名前空間 > BaseCollectionView クラス : IsCurrentAfterLast プロパティ
ビューの System.ComponentModel.ICollectionView.CurrentItemがコレクションの末尾を超えているかどうかを示す値を取得します。
シンタックス
'宣言
 
Public Overridable ReadOnly Property IsCurrentAfterLast As System.Boolean
public virtual System.bool IsCurrentAfterLast {get;}

プロパティ値

ビューの System.ComponentModel.ICollectionView.CurrentItemがコレクションの末尾を超えている場合は true、そうでない場合は false。
参照

BaseCollectionView クラス
BaseCollectionView メンバ