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.XamarinForms.Core.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.XamarinForms.Core.Filtering.BetweenOperator.BeginExpression> property instead.
See Also