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".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IFilterOperator; var value; // Type: any value = instance.applicableTo; |
Javascript (Specification) | |
---|---|
|