• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

BooleanFilterProps

The props of the BooleanFilter component.

NameTypeDefaultDescription

ariaLabel?

string

The accessible label of the component.

dataItems?

{ 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: FilterOperator; }) => void

The FilterChange event, triggered while editing the FilterOperator.