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