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

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

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also