ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / CanLoadMoreItems<T> Method
The collection view.

In This Topic
    CanLoadMoreItems<T> Method
    In This Topic
    Returns true if the collection view can load items on demand.
    Syntax
    'Declaration
     
    Public Shared Function CanLoadMoreItems(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T) _
    ) As System.Boolean
    public static System.bool CanLoadMoreItems<T>( 
       ICollectionView<T> collectionView
    )
    where T: class

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also