All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

jQuery Common Types - grids - FilterRowOperationDescriptions

Specifies descriptions for filter operations on the filter list.

import { FilterRowOperationDescriptions } from "devextreme/common/grids"

between

A description for the "between" operation.

Type:

String

Default Value: 'Between'

contains

A description for the "contains" operation.

Type:

String

Default Value: 'Contains'

endsWith

A description for the "endswith" operation.

Type:

String

Default Value: 'Ends with'

equal

A description for the "=" operation.

Type:

String

Default Value: 'Equals'

greaterThan

A description for the ">" operation.

Type:

String

Default Value: 'Greater than'

greaterThanOrEqual

A description for the ">=" operation.

Type:

String

Default Value: 'Greater than or equal to'

lessThan

A description for the "<" operation.

Type:

String

Default Value: 'Less than'

lessThanOrEqual

A description for the "<=" operation.

Type:

String

Default Value: 'Less than or equal to'

notContains

A description for the "notcontains" operation.

Type:

String

Default Value: 'Does not contain'

notEqual

A description for the "<>" operation.

Type:

String

Default Value: 'Does not equal'

startsWith

A description for the "startswith" operation.

Type:

String

Default Value: 'Starts with'