Skip to main content

BetweenOperator Class

The operator that determines whether the value lies in the specified value range.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
[Serializable]
public sealed class BetweenOperator :
    CriteriaOperator

The following members return BetweenOperator objects:

#Remarks

You can use the BetweenOperator operator to filter objects.

Note

The range includes the lowest and highest values.

#Inheritance

Object
CriteriaOperator
BetweenOperator
See Also