ComponentOne DataGrid for WPF and Silverlight
GetPredicate<T> Method (FilterDescription)

C1.Silverlight.DataGrid Namespace > FilterDescription Class : GetPredicate<T> Method
The elements in the data source type
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 System.Func(Of T,Boolean)
public System.Func<T,bool> GetPredicate<T>()

Type Parameters

T
The elements in the data source type

Return Value

The filter predicate
See Also

Reference

FilterDescription Class
FilterDescription Members