ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGridFilterHelper Class / BuildFilterPredicate<T> Method
The filter states.
The concatenate operator to use (OR, AND).

In This Topic
    BuildFilterPredicate<T> Method
    In This Topic
    Builds the filter predicate from an array of DataGridFilterState values for a set of columns.
    Syntax
    'Declaration
     
    
    Public Shared Function BuildFilterPredicate(Of T)( _
       ByVal filterStates() As DataGridColumnValue(Of DataGridFilterState), _
       ByVal concat As DataGridFilterCombination _
    ) As Predicate(Of Object)

    Parameters

    filterStates
    The filter states.
    concat
    The concatenate operator to use (OR, AND).

    Type Parameters

    T
    See Also