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

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

    Parameters

    filterState
    State of the filter.
    See Also