Skip to main content

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.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

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.XamarinForms.Core.Filtering.BetweenOperator.EndExpression> property instead.

See Also