New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public interface IFilterDescriptor

Derived Classes: CompositeFilterDescriptorFilterDescriptionFilterDescriptorFilterDescriptorBase

Methods

Creates a predicate filter expression used for collection filtering.

C#
Expression CreateFilterExpression(Expression instance)
Parameters:instanceExpression

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