Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportFiltering Interface / CanFilter Method
The filter expression that determine how the data would be filtered.

In This Topic
    CanFilter Method (ISupportFiltering)
    In This Topic
    Returns whether the collection is able to filter the specified filterExpression.
    Syntax
    'Declaration
     
    
    Function CanFilter( _
       ByVal filterExpression As FilterExpression _
    ) As Boolean

    Parameters

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