ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool IsCurrentAfterLast {get;}
    See Also