EnumNumericalOperator
Enum
Defines the operator used when numerical data filtering is required.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum NumericalOperator
Fields
DoesNotEqualTo
The left and the right operands are not equal.
EqualsTo
The left and the right operands are equal.
IsGreaterThan
The left operand is greater than the right one.
IsGreaterThanOrEqualTo
The left operand is greater than or equal to the right one.
IsLessThan
The left operand is less than the right one.
IsLessThanOrEqualTo
The left operand is less than or equal to the right one.