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

Telerik.Web.UI.ClientDataSourceFilterEntry

This class gets or sets the filter operator, field name and value of the filter operation.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.ClientDataSourceFilterBase
  • Telerik.Web.UI.ClientDataSourceFilterEntry

Properties

FieldName String

Gets or sets the field name for the operation.

Operator ClientDataSourceFilterOperator

Gets or sets the filtering operator

Value String

Gets or sets the value for the filtering operation

In this article