Vue TreeList - filterRow.operationDescriptions

Specifies descriptions for filter operations on the filter list.

Type:

Object

See Also

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'