• Introduction
  • Getting Started
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • 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

ToolbarProps

Represents the props of the Kendo UI for Vue Toolbar component.

NameTypeDefaultDescription

ariaLabel?

string

Defines the aria-label of the Toolbar.

className?

string

Sets additional classes to the Toolbar.

dir?

string

Represents the dir HTML attribute.

keyboardNavigation?

boolean

If set to false, it will turn off the built-in keyboard navigation.

size?

"null" | string

medium

Configures the size of the Toolbar.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size class.

tabIndex?

number

Specifies the tabIndex of the Toolbar.

Methods

onResize

The resize event of the Toolbar.

Parameters

event

ToolbarResizeEvent