• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? 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.