• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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.