ASP.NET MVC Controls
FilterCondition Class
File
wijmo.grid.filter.js
Module
wijmo.grid.filter

Defines a filter condition.

This class is used by the FlexGridFilter class; you will rarely have to use it directly.

Properties

Methods

Properties

isActive

Gets a value that indicates whether the condition is active.

Type
boolean

operator

Gets or sets the operator used by this FilterCondition.

Type
Operator

value

Gets or sets the value used by this FilterCondition.

Type
any

Methods

apply

apply(value): boolean

Returns a value that determines whether the given value passes this FilterCondition.

Parameters
  • value:

    The value to test.

Returns
boolean

clear

clear(): void

Clears the condition.

Returns
void

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback