DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / IsCurrentAfterLast Property

In This Topic
    IsCurrentAfterLast Property (C1CollectionView)
    In This Topic
    Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCurrentAfterLast As Boolean
    public bool IsCurrentAfterLast {get;}
    See Also