New to KendoReactStart a free 30-day trial

The properties of the KendoReact DropDownButtonItem component.

Definition

Package:@progress/kendo-react-buttons

Properties

disabled?

boolean

Determines whether the item is disabled.

icon?

string

Defines an icon that will be rendered next to the item text.

Defines an icon with a custom CSS class that will be rendered next to the item text.

imageUrl?

string

Defines the location of an image that will be displayed next to the item text.

A React functional or class component for rendering the item. The default rendering includes an icon, an image, and text.

selected?

boolean

Determines the selected state of the ButtonItem component.

svgIcon?

SVGIcon

Defines an SVG icon that will be rendered next to the item text.

text

string

Specifies the text of the item.