ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / FilterBy Method / FilterBy(DataGridColumn,DataGridFilterState) Method
The column that will be ordered.
State of the filter.

In This Topic
    FilterBy(DataGridColumn,DataGridFilterState) Method
    In This Topic
    Sorts the data by the specified column and direction.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FilterBy( _
       ByVal column As DataGridColumn, _
       ByVal filterState As DataGridFilterState _
    ) 

    Parameters

    column
    The column that will be ordered.
    filterState
    State of the filter.
    Exceptions
    ExceptionDescription
    This exception is raised whether the collection view is not ready to filter.
    See Also