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

In This Topic
    HasMoreItems Property (C1CollectionView)
    In This Topic
    Gets whether the collection supports incremental loading.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMoreItems As Boolean
    public bool HasMoreItems {get;}
    See Also