New to Kendo UI for Vue? Start a free 30-day trial

SchedulerHeaderProps

Represents the props of the Kendo UI for Vue SchedulerHeader 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.

onResize?

(event: ToolbarResizeEvent) => void

The resize event of the Toolbar.

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.