ButtonInterface
Inherits the native HTML Button. Represents the properties which can be set to a Button.
Name | Type | Default | Description |
---|---|---|---|
disabled? |
|
|
Specifies if the Button is disabled (see example). |
icon? |
|
Defines the name for an existing icon in a KendoReact theme (see example). The icon renders inside the Button by a | |
iconClass? |
|
Defines a CSS class — or multiple classes separated by spaces — which apply to a | |
imageAlt? |
|
Defines the alternative text of the image that renders inside the Button component. | |
imageUrl? |
|
Defines a URL which is used as an | |
selected? |
|
Sets the selected state of the Button. You can use this for controlled mode. | |
svgIcon? |
|
Defines the SVG icon that renders inside the Button component. | |
togglable? |
|
|
Provides visual styling that shows if the Button is selected (see example). |