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

In This Topic
    SetFilter Method (DataGridMultiLineTextFilter)
    In This Topic
    Sets the filter into the control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetFilter( _
       ByVal filterState As DataGridFilterState _
    ) 
    protected virtual void SetFilter( 
       DataGridFilterState filterState
    )

    Parameters

    filterState
    State of the filter.
    See Also