New to Kendo UI for VueStart a free 30-day trial

SchedulerFooterProps

NameTypeDefaultDescription

ariaLabel?

string

Defines the aria-label HTML attribute of the Toolbar.

className?

string

Sets additional classes to the Toolbar.

dir?

string

Represents the dir HTML attribute.

fillMode?

string

solid

Configures the fillMode of the Toolbar.

The available options are:

  • solid—Applies a background color and solid borders.
  • flat—Sets a transparent background and solid bottom border.
  • outline—Sets a transparent background and solid borders.
  • null—This option removes the built-in fill mode styles of the Toolbar. Allows for custom background and border styles.

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?

string

medium

Configures the size of the Toolbar.

The available options are:

  • small—sets the padding of the component to 4px 4px
  • medium—sets the padding of the component to 8px 8px
  • large—sets the padding of the component to 10px 10px
  • null—removes the styling related to the Toolbar sizing option

tabIndex?

number

Specifies the tabIndex of the Toolbar.

Not finding the help you need?
Contact Support