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

In This Topic
    HasMoreItems Property (C1CollectionView)
    In This Topic
    Returns true if additional unloaded items remain in the view; otherwise, false.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasMoreItems As Boolean
    public bool HasMoreItems {get;}
    See Also