Skip to main content
A newer version of this page is available. .

BetweenOperator.RightOperand Property

OBSOLETE

Use EndExpression property instead

Gets the expression for the second (right) operand.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

[Obsolete("Use EndExpression property instead")]
public CriteriaOperator RightOperand { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant which represents the expression for the upper value in the range.

See Also