New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.FilterExpression

This class defines the FilterExpression that inherits ExpressionBase by getting or settting the filter logic, AND or OR and getting the filter expression entries.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ExpressionBase
  • Telerik.Web.UI.FilterExpression

Properties

DataModelID String

Gets or sets the model id to whom this filters applies

FilterExpressionEntries FilterEntryCollection

Gets the filter expression entries.

LogicOperator ODataSourceFilterLogic

Gets or sets the filter logic, AND or OR.

In this article