Interface IFilterDescriptor
Represents a filtering abstraction that knows how to create predicate filtering expression.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface IFilterDescriptor : INotifyPropertyChanged
Methods
CreateFilterExpression(Expression)
Creates a predicate filter expression used for collection filtering.
Declaration
Expression CreateFilterExpression(Expression instance)
Parameters
System.Linq.Expressions.Expression
instance
The instance expression, which will be used for filtering. |
Returns
System.Linq.Expressions.Expression
A predicate filter expression. |