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

BetweenOperator.LeftOperand Property

OBSOLETE

Use BeginExpression property instead

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

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

Property Value

Type Description
CriteriaOperator

The expression that specifies the lowest value in the range.

Remarks

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

See Also