ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTextFilter Class / Load Method
the desired state.

In This Topic
    Load Method (DataGridTextFilter)
    In This Topic
    Initializes the filter and filter control to the desired state.
    Syntax
    'Declaration
     
    
    Public Sub Load( _
       ByVal filterState As DataGridFilterState _
    ) 
    public void Load( 
       DataGridFilterState filterState
    )

    Parameters

    filterState
    the desired state.
    See Also