Wijmo UI for the Web
applicableTo Field
wijmo.grid Namespace > IFilterOperator Interface : applicableTo Field

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".

Syntax
var instance; // Type: wijmo.grid.IFilterOperator;
var value; // Type: any
value = instance.applicableTo;
var applicableTo : any;
See Also

Reference

IFilterOperator Interface