• 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

PanelBarItemComponent

Represents the items of the PanelBar.

Selector

kendo-panelbar-item

Export Name

Accessible in templates as #kendoPanelBarItemInstance="kendoPanelbarItem"

Inputs

NameTypeDefaultDescription

content

any

Sets the content of the PanelBar item. By design, it is used when the items property of the PanelBar is set.

disabled

boolean

When set to true, disables a PanelBar item (see example).

expanded

boolean

When set to true, expands the PanelBar item (see example).

icon

string

Defines the icon that will be rendered next to the title (see example).

iconClass

string

Defines the icon that will be rendered next to the title by using a custom CSS class (see example).

id

string

Allows the component to set the "id" property to each item. Used to set the id attributes of the nested elements and to enable the WAI-ARIA support.

imageUrl

string

Defines the location of the image that will be displayed next to the title (see example).

selected

boolean

Sets the selected state of a PanelBar item (see example).

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 (see example).

In this article

Not finding the help you need?