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

BetweenOperator.LeftOperand Property

OBSOLETE

Use BeginExpression property instead

Gets the expression for the first (left) operand.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

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

Property Value

Type Description
CriteriaOperator

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

See Also