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
[Serializable]
public sealed class BetweenOperator :
CriteriaOperator
Related API Members
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