Wijmo UI for the Web
IFilterOperator Interface
Represents a filter operator.
Browser Compatibility
7
5
5
Fields
 NameDescription
 FieldapplicableTo

An array of datatypes to which the filter can be applied. Possible values for elements of the array are "string", "number", "datetime", "currency" and "boolean".

 
 Fieldarity

The number of filter operands. Can be either 1 or 2.

 
 FielddisplayName

The display name of the operator to show in the filter dropdown.

 
 Fieldname

Operator name.

 
 Fieldoperator

Comparison operator; the number of accepted parameters depends on the arity. The first parameter is a data value, the second parameter is a filter value.

 
Top
See Also

Reference

wijmo.grid Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.