ComponentOne Xamarin Edition
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
[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