InOperator.LeftOperand Property
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
public CriteriaOperator LeftOperand { get; set; }
Property Value
| Type | Description |
|---|---|
| CriteriaOperator | The operand that the operator compares with Operands. |
See Also