• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

PanelBarItemModel

Represents the items model of the PanelBar. These are the interface fields that the PanelBar items use.

NameTypeDefaultDescription

children

PanelBarItemModel[]

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 will be rendered next to the title.

iconClass

string

Defines the icon that will be rendered 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 will be displayed next to the title.

selected

boolean

Sets the selected state of a PanelBar item.

svgIcon?

SVGIcon

Defines an SVGIcon to be rendered. The input can take either an existing Kendo SVG icon or a custom one.

title

string

Sets the title of the PanelBar item.