ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / CustomFilter Class / SetExpression Method
The expression of custom filter.

In This Topic
    SetExpression Method (CustomFilter)
    In This Topic
    Sets the expression for the current filter.
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub SetExpression( _
       ByVal expression As Expression _
    ) 
    protected abstract void SetExpression( 
       Expression expression
    )

    Parameters

    expression
    The expression of custom filter.
    See Also