InOperator.Operands Property
In This Article
Gets or sets operands that are patterns with which the operator compares LeftOperand.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public virtual CriteriaOperatorCollection Operands { get; }
#Property Value
Type | Description |
---|---|
Criteria |
A collection of operands that are patterns with which the operator compares Left |
See Also