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

In This Topic
    Load Method (DataGridMultiValueFilter)
    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