ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterDescription Class / GetPredicate<T> Method
The elements in the data source type

In This Topic
    GetPredicate<T> Method
    In This Topic
    Returns a predicate representing the current state of this filter description. This predicate can be used to execute the filter against a Linq source.
    Syntax
    'Declaration
     
    
    Public Function GetPredicate(Of T)() As Func(Of T,Boolean)
    public Func<T,bool> GetPredicate<T>()

    Type Parameters

    T
    The elements in the data source type

    Return Value

    The filter predicate
    See Also