ComponentOne Xamarin.iOS
CanLoadMoreItems<T> Method


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : CanLoadMoreItems<T> Method
The collection view.
Returns true if the collection view can load items on demand.
Syntax
'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
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members