New to KendoReactLearn about KendoReact Free.

ToolbarItemProps

Represents the props of KendoReact ToolbarItem component.

NameTypeDefaultDescription

children?

React.ReactNode

Determines the children nodes.

className?

string

Sets additional classes to the ToolbarItem component.

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

id?

string

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

style?

React.CSSProperties

Sets additional styles to the ToolbarItem component.

jsx
<ToolbarItem style={{ margin: '10px' }} />
Not finding the help you need?
Contact Support