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

Telerik.Web.UI.RadFilterStartsWithFilterExpression

Represents a strongly typed StartsWith filter expression.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.RadFilterExpression
  • Telerik.Web.UI.RadFilterNonGroupExpression
  • Telerik.Web.UI.RadFilterSingleValueExpression`1 : IRadFilterValueExpression
  • Telerik.Web.UI.RadFilterStartsWithFilterExpression

Properties

FieldName String

Gets or sets the name of the field the current expression is used for.

FieldType Type

Gets the type of the field the expression is built for.

FieldType Type

Gets or sets the name of the field the current expression is used for.

FilterFunction RadFilterFunction

Gets a RadFilterFunction value representing the StartsWith filter function.

FilterFunction RadFilterFunction

Gets the filter function used in the current expression.

Value T

Gets or sets the value of the type provided when initializing the generic class.

In this article