ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / IsCurrentAfterLast Property

In This Topic
    IsCurrentAfterLast Property (RiaCollectionView)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsCurrentAfterLast As Boolean
    public virtual bool IsCurrentAfterLast {get;}

    Property Value

    true if the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the end of the collection; otherwise, false.
    See Also