BetweenOperator.RightOperand Property
OBSOLETE
Use EndExpression property instead
Gets the expression for the second (right) operand.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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