Vue FilterBuilder - groupOperationDescriptions

Specifies group operation descriptions.

Selector: DxGroupOperationDescriptions
Type:

Object

The following code sample illustrates how to set this property:

index.js
  • $(function() {
  • $("#filterBuilderContainer").dxFilterBuilder({
  • // ...
  • groupOperationDescriptions: {
  • and: "Plus"
  • }
  • });
  • });
See Also

and

The "and" operation's description.

Type:

String

Default Value: 'And'

notAnd

The "notand" operation's description.

Selector: not-and
Type:

String

Default Value: 'Not And'

notOr

The "notor" operation's description.

Selector: not-or
Type:

String

Default Value: 'Not Or'

or

The "or" operation's description.

Type:

String

Default Value: 'Or'