ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / IDataGridFilter Interface / Load Method
the desired state.

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

    Parameters

    filterState
    the desired state.
    See Also