Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / IsCurrentAfterLast Property

In This Topic
    IsCurrentAfterLast Property
    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