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

FilterOperator

type FilterOperator = "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "isnull" | "isnotnull" | "contains" | "doesnotcontain" | "startswith" | "endswith" | "isempty" | "isnotempty";

In this article

Not finding the help you need?