ToolbarProps
Represents the props of the KendoReact Toolbar component.
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.
style?
CSSProperties
The styles that are applied to the Toolbar.
tabIndex?
number
Specifies the tabIndex
of the Toolbar.