InOperator.Operands Property
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
public virtual CriteriaOperatorCollection Operands { get; }
Property Value
Type | Description |
---|---|
CriteriaOperatorCollection | A collection of operands that are patterns with which the operator compares LeftOperand. |
See Also