New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
FieldName
FieldType
FieldType
FilterFunction
FilterFunction
LeftValue
RightValue
Telerik.Web.UI.RadFilterBetweenFilterExpression`1
Represents the strongly typed Between filter expression.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.RadFilterExpression
- Telerik.Web.UI.RadFilterNonGroupExpression
- Telerik.Web.UI.RadFilterDualValueExpression`1 : IRadFilterValueExpression
- Telerik.Web.UI.RadFilterBetweenFilterExpression`1
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 Between filter function.
FilterFunction RadFilterFunction
Gets the filter function used in the current expression.
LeftValue T
Gets or sets the left value in the expression.
RightValue T
Gets or sets the right value in the expression.