New to KendoReactStart a free 30-day trial

Represents the props of KendoReact ToolbarItem component.

Definition

Package:@progress/kendo-react-buttons

Properties

children?

ReactNode

Determines the children nodes.

Sets additional classes to the ToolbarItem component.

Example:
jsx
<ToolbarItem className="custom-class" />

id?

string

Sets the id property of the top div element of the component.

style?

CSSProperties

Sets additional styles to the ToolbarItem component.

Example:
jsx
<ToolbarItem style={{ margin: '10px' }} />
In this article
DefinitionPropertieschildren?className?id?style?
Not finding the help you need?
Contact Support