Telerik.Web.UI.RadFilterDualValueExpression`1
Represents a filter expression that takes two values for filtering.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.RadFilterExpression
- Telerik.Web.UI.RadFilterNonGroupExpression
- Telerik.Web.UI.RadFilterDualValueExpression`1 : IRadFilterValueExpression
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 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.