• 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
    • ListBox
    • 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

BooleanFilterProps

The props of the BooleanFilter component.

NameTypeDefaultDescription

ariaLabel?

string

The accessible label of the component.

data?

{ text: string; value: any; }[]

A collection of text-value pairs passed to the BooleanFilter DropDownList. Defaults to [ { text: 'True', value: true }, { text: 'False', value: false } ]

defaultItem?

any

The defaultItem passed to the BooleanFilter DropDownList.

filter

FilterDescriptor

The FilterDescriptor object which will be edited.

onFilterChange

(event: { nextFilter: FilterDescriptor; }) => void

The FilterChange event, triggered while editing the FilterOperator.

In this article

Not finding the help you need?