ComponentOne ASP.NET MVC Controls
Operator Enum
File
wijmo.grid.filter.js
Module
wijmo.grid.filter

Specifies filter condition operators.

Members

Name Value Description
EQ 0

Equals.

NE 1

Does not equal.

GT 2

Greater than.

GE 3

Greater than or equal to.

LT 4

Less than.

LE 5

Less than or equal to.

BW 6

Begins with.

EW 7

Ends with.

CT 8

Contains.

NC 9

Does not contain.