BinaryOperator Class
In This Article
The operator that manipulates with two operands to calculate a result.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
[Serializable]
public class BinaryOperator :
CriteriaOperator
#Related API Members
The following members return BinaryOperator objects:
#Inheritance
Object
CriteriaOperator
BinaryOperator
See Also