InOperator Class
The operator in Criteria Language expressions that matches a value with patterns.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
[Serializable]
public class InOperator :
CriteriaOperator
Related API Members
The following members return InOperator objects:
Remarks
You cannot apply InOperator to collection properties. Use the ContainsOperator operator to check whether a collection contains at least one object that matches a criterion.
Inheritance
Object
CriteriaOperator
InOperator
See Also