New to Kendo UI for Vue? Start a free 30-day trial

FilterOperator

Represents the list of supported FilterDescriptor operators. Allows restricting FilterDescriptor.operator definition to available values only.

Values

Contains

The contains operator.

DoesNotContain

The doesnotcontain operator.

DoesNotEndWith

The doesnotendwith operator.

DoesNotStartWith

The doesnotstartwith operator.

EndsWith

The endswith operator.

EqualTo

The eq operator.

GreaterThan

The gt operator.

GreaterThanOrEqual

The gte operator.

IsEmpty

The isempty operator.

IsNotEmpty

The isnotempty operator.

IsNotNull

The isnotnull operator.

IsNull

The isnull operator.

LessThan

The lt operator.

LessThanOrEqual

The lte operator.

NotEqualTo

The neq operator.

StartsWith

The startswith operator.