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

In This Topic
    RemoveFilterAsync<T> Method
    In This Topic
    Removes any filter applied to the collection previously.
    Syntax
    'Declaration
     
    Public Shared Function RemoveFilterAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T) _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task RemoveFilterAsync<T>( 
       ICollectionView<T> collectionView
    )
    where T: class

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also