ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1BindingListCollectionView Class / CanFilter Method
The filter expression that determine how the data would be filtered.

In This Topic
    CanFilter Method (C1BindingListCollectionView)
    In This Topic
    Returns whether the collection view is able to filter the specified filterExpression.
    Syntax
    'Declaration
     
    Public Function CanFilter( _
       ByVal filterExpression As FilterExpression _
    ) As System.Boolean
    public System.bool CanFilter( 
       FilterExpression filterExpression
    )

    Parameters

    filterExpression
    The filter expression that determine how the data would be filtered.
    See Also