ComponentOne DataGrid for WPF and Silverlight
FilterBy(DataGridColumn,DataGridFilterState) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > FilterBy Method : FilterBy(DataGridColumn,DataGridFilterState) Method
The column that will be ordered.
State of the filter.
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

Reference

C1DataGrid Class
C1DataGrid Members
Overload List