PanelBarItemComponent
Represents the PanelBar item component for Angular. Defines the items of the PanelBar.
<kendo-panelbar-item title="Item 1" [expanded]="true">
  <kendo-panelbar-item title="Sub Item 1"></kendo-panelbar-item>
</kendo-panelbar-item>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.
It is used when the  | |
| disabled | 
 | 
 | When set to  | 
| expanded | 
 | When set to  | |
| icon | 
 | 
 | Defines the icon that renders next to the title (see example). | 
| iconClass | 
 | 
 | Defines the icon that renders 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 displays next to the title (see example). | 
| selected | 
 | 
 | Sets the selected state of a PanelBar item (see example). | 
| svgIcon | 
 | Defines an SVG icon to render. You can use either an existing Kendo SVG icon or a custom one. | |
| title | 
 | Sets the title of the PanelBar item (see example). |