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