Skip to main content

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

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

See Also