FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilter Class / Apply Method
Value to filter.

In This Topic
    Apply Method (ColumnFilter)
    In This Topic
    Applies the filter to a given value.
    Syntax
    'Declaration
     
    Public Function Apply( _
       ByVal value As Object _
    ) As Boolean
    public bool Apply( 
       object value
    )

    Parameters

    value
    Value to filter.

    Return Value

    True if the value satisfies the filter, false otherwise.
    See Also