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

BetweenOperator.RightOperand Property

OBSOLETE

Use EndExpression property instead

The property is obsolete. Gets or sets the expression that specifies the highest value in the range.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

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

Property Value

Type Description
CriteriaOperator

The expression that specifies the highest value in the range.

Remarks

This property is obsolete. Use the <DevExpress.Data.Filtering.BetweenOperator.EndExpression> property instead.

See Also