PanelBarItemComponent
Represents the items of the PanelBar.
Selector
kendo-panelbar-item
Export Name
Accessible in templates as #kendoPanelBarItemInstance="kendoPanelbarItem"
Inputs
Name | Type | Default | Description |
---|---|---|---|
content |
|
Sets the content of the PanelBar item. By design, it is used when the items property of the PanelBar is set. | |
disabled |
|
When set to | |
expanded |
|
When set to | |
icon |
|
Defines the icon that will be rendered next to the title (see example). | |
iconClass |
|
Defines the icon that will be rendered next to the title by using a custom CSS class (see example). | |
id |
|
Allows the component to set the | |
imageUrl |
|
Defines the location of the image that will be displayed next to the title (see example). | |
selected |
|
Sets the selected state of a PanelBar item (see example). | |
svgIcon |
|
Defines an SVGIcon to be rendered. The input can take either an existing Kendo SVG icon or a custom one. | |
title |
|
Sets the title of the PanelBar item (see example). |