ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridMultiLineFilter Class / CanSetFilter Method
State of the filter.

In This Topic
    CanSetFilter Method (DataGridMultiLineFilter)
    In This Topic
    Determines whether this the specified filter state can be set in this filter.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CanSetFilter( _
       ByVal filterState As DataGridFilterState _
    ) As Boolean
    protected virtual bool CanSetFilter( 
       DataGridFilterState filterState
    )

    Parameters

    filterState
    State of the filter.

    Return Value

    true if the specified filter state can be set in this filter; otherwise, false.
    See Also