ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / CanFilter<T> Method
The collection view.
The filter expression that determine how the data would be filtered.

In This Topic
    CanFilter<T> Method (ICollectionViewEx)
    In This Topic
    Returns whether the collection view is able to filter the specified expression.
    Syntax
    'Declaration
     
    Public Shared Function CanFilter(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal filterExpression As FilterExpression _
    ) As System.Boolean
    public static System.bool CanFilter<T>( 
       ICollectionView<T> collectionView,
       FilterExpression filterExpression
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    filterExpression
    The filter expression that determine how the data would be filtered.

    Type Parameters

    T
    See Also