Defines a filter condition.
This class is used by the FlexGridFilter class; you will rarely have to use it directly.
constructor(filter?: ConditionFilter): FilterCondition
Initializes a new instance of the FilterCondition class.
The ConditionFilter that owns this FilterCondition.
apply(value: any, dateOnly?: boolean, timeOnly?: boolean): boolean
Returns a value that determines whether the given value passes this FilterCondition.
The value to test.
Whether to disregard the time part of **Date** values.
Whether to disregard the date part of **Date** values.
clear(): void
Clears the condition.