ComponentOne Xamarin.iOS
CanRefresh<T> Method (ICollectionViewEx)


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : CanRefresh<T> Method
The collection view.
Returns true if the collection view can be refreshed.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function CanRefresh(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.CanRefresh(Of T)(collectionView)
[Extension()]
public static bool CanRefresh<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members