Wijmo UI for the Web
operator Field
wijmo.data Namespace > IFilterDescriptor Interface : operator Field

A name of a built-in operator or an instance of IFilterOperator interface.

Syntax
var instance; // Type: wijmo.data.IFilterDescriptor;
var value; // Type: any
value = instance.operator;
var operator : any;
Remarks
Names of built-in operators: ==, equals !=, notequal doesnotcontain, notcontain >, greater <, less >=, greaterorequal >=, lessorequal isnotempty, notisempty isnotnull, notisnull
See Also

Reference

IFilterDescriptor Interface