PanelBarItemModel
Defines the items model of the PanelBar. These are the interface fields that the PanelBar items use.
| Name | Type | Default | Description | 
|---|---|---|---|
| children | 
 | Defines the child items as an array. | |
| content | 
 | Sets the content of the PanelBar item. | |
| disabled | 
 | When set to  | |
| expanded | 
 | When set to  | |
| focused | 
 | Sets the focused state of a PanelBar item. | |
| hidden? | 
 | Specifies if the item will be hidden. | |
| icon | 
 | Defines the icon that renders next to the title. | |
| iconClass | 
 | Defines the icon that renders next to the title by using a custom CSS class. | |
| id | 
 | Allows the component to set the  | |
| imageUrl | 
 | Defines the location of the image that displays next to the title. | |
| selected | 
 | Sets the selected state of a PanelBar item. | |
| 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. |