Angular FilterBuilder Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/filter_builder"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/filter_builder"
Type:

Object

EditorPreparedEvent

The type of the editorPrepared event handler's argument.

import { EditorPreparedEvent } from "devextreme/ui/filter_builder"
Type:

Object

EditorPreparingEvent

The type of the editorPreparing event handler's argument.

import { EditorPreparingEvent } from "devextreme/ui/filter_builder"
Type:

Object

FilterBuilderOperation

Specifies a set of available filter operations.

Accepted Values: '=' | '<>' | '<' | '<=' | '>' | '>=' | 'contains' | 'endswith' | 'isblank' | 'isnotblank' | 'notcontains' | 'startswith' | 'between'

GroupOperation

Specifies a set of available group operations.

Accepted Values: 'and' | 'or' | 'notAnd' | 'notOr'

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/filter_builder"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/filter_builder"
Type:

Object

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { ValueChangedEvent } from "devextreme/ui/filter_builder"
Type:

Object