InOperator.LeftOperand Property
In This Article
Gets or sets the operand that the operator compares with Operands.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public CriteriaOperator LeftOperand { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
The operand that the operator compares with Operands. |
See Also