A newer version of this page is available.
Switch to the current version.
InOperator.LeftOperand Property
Gets or sets the expression which is tested to see if it matches any value in the InOperator.Operands list.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public CriteriaOperator LeftOperand { get; set; }
Public Property LeftOperand As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator object which represents the expression to test. |
See Also
Feedback