PanelBarItemModel
Defines the items model of the PanelBar. These are the interface fields that the PanelBar items use.
Definition
Package:@progress/kendo-angular-layout
Properties
Defines the child items as an array.
content
any
Sets the content of the PanelBar item.
disabled
boolean
When set to true, disables a PanelBar item.
expanded
boolean
When set to true, expands the PanelBar item.
focused
boolean
Sets the focused state of a PanelBar item.
hidden?
boolean
Specifies if the item will be hidden.
icon
string
Defines the icon that renders next to the title.
iconClass
string
Defines the icon that renders next to the title by using a custom CSS class.
id
string
Allows the component to set the "id" property of each item.
imageUrl
string
Defines the location of the image that displays next to the title.
selected
boolean
Sets the selected state of a PanelBar item.
svgIcon?
SVGIcon
Defines an SVG icon to render. You can use either an existing Kendo SVG icon or a custom one.
title
string
Sets the title of the PanelBar item.