New to KendoReact? Start a free 30-day trial
SplitButtonItemProps
The properties of the KendoReact SplitButtonItem component.
Name | Type | Default | Description |
---|---|---|---|
disabled? |
|
Determines whether the item is disabled. | |
icon? |
|
Defines an icon that will be rendered next to the item text. | |
iconClass? |
|
Defines an icon with a custom CSS class that will be rendered next to the item text. | |
imageUrl? |
|
Defines the location of an image that will be displayed next to the item text. | |
render? |
|
A React functional or class component for rendering the item. The default rendering includes an icon, an image, and text. | |
svgIcon? |
|
Defines an SVG icon that will be rendered next to the item text. | |
text |
|
Specifies the text of the item. |