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

In This Topic
    FilterBy(DataGridColumn,DataGridFilterState,Boolean) 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, _
       ByVal preservePreviousFilters As Boolean _
    ) 

    Parameters

    column
    The column that will be ordered.
    filterState
    State of the filter.
    preservePreviousFilters
    If true, keeps previous filtered columns
    Exceptions
    ExceptionDescription
    This exception is raised whether the collection view is not ready to filter.
    See Also