CustomFilter
CustomFilter class
Represents the custom filter.
Properties
| Name | Type | Description |
|---|---|---|
| FilterOperatorType | Number | Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant. |
| Criteria | Object | Gets and sets the criteria. |
Methods
| Name | Description |
|---|---|
| setCriteria | Sets the filter criteria. |
CustomFilter.FilterOperatorType property
Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
Type: Number
CustomFilter.Criteria property
Gets and sets the criteria.
Type: Object
setCriteria(filterOperator, criteria)
Sets the filter criteria.
| Parameter | Type | Description |
|---|---|---|
| filterOperator | Number | A FilterOperatorType value. filter operator type |
| criteria | Object | filter criteria value |