WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / LoadMoreItemsAsync Method
The desired count of items to be loaded.
In This Topic
    LoadMoreItemsAsync Method
    In This Topic
    Loads more items asynchronously.
    Syntax
    public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync( 
       uint count
    )

    Parameters

    count
    The desired count of items to be loaded.
    See Also