Interface
IFilterDescriptor

Represents a filtering abstraction that knows how to create predicate filtering expression.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public interface IFilterDescriptor : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Methods

CreateFilterExpression(Expression)

Creates a predicate filter expression used for collection filtering.

Declaration

cs-api-definition
Expression CreateFilterExpression(Expression instance)

Parameters

instance

Expression

The instance expression, which will be used for filtering.

Returns

Expression

A predicate filter expression.

In this article
DefinitionMethodsCreateFilterExpression(Expression)
Not finding the help you need?
Contact Support