Defines a filter condition.
This class is used by the FlexGridFilter class; you will rarely have to use it directly.
Gets a value that indicates whether the condition is active.
Gets or sets the operator used by this FilterCondition.
Gets or sets the value used by this FilterCondition.
apply(value): boolean
Returns a value that determines whether the given value passes this FilterCondition.
The value to test.
clear(): void
Clears the condition.
Copyright © GrapeCity, inc. All rights reserved.
Defines a filter condition.
This class is used by the FlexGridFilter class; you will rarely have to use it directly.