BetweenOperator(String, Object, Object) Constructor
Initializes a new instance of the BetweenOperator class with the specified property name and the specified range of values.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
testPropertyName | String | A String value which specifies the name of the property whose values are tested. |
beginValue | Object | A CriteriaOperator descendant which represents the expression for the lower value in the range. This value is assigned to the BetweenOperator.BeginExpression property. |
endValue | Object | A CriteriaOperator descendant which represents the expression for the upper value in the range. This value is assigned to the BetweenOperator.EndExpression property. |
See Also