'Declaration
<ExtensionAttribute()> Public Shared Function CanLoadMoreItems(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T) _ ) As Boolean
'Usage
Dim collectionView As ICollectionView(Of T) Dim value As Boolean value = ICollectionViewEx.CanLoadMoreItems(Of T)(collectionView)
[Extension()] public static bool CanLoadMoreItems<T>( ICollectionView<T> collectionView ) where T: class
Parameters
- collectionView
- The collection view.
Type Parameters
- T