New to Kendo UI for Vue? Start a free 30-day trial
Customization
Updated on Sep 9, 2026
You can customize the behavior of the Kendo UI for Vue PanelBar depending on the specific requirements of your Vue project.
The PanelBar enables you to render:
- Collections of data items.
- PanelBar items with custom properties and identify them when the user interact with the component.
Collections
- If you present a
itemsproperty, the PanelBar will render a recursive map until it reaches an object that contains neither a content, nor aitemsproperty.- If you present a content property, the property will be prioritized and directly rendered inside the
PanelBaritem.
Loading ...
Custom Properties
The PanelBar items accept custom properties that:
- Can be accessed on users' interaction with the component.
- Can be displayed in custom
Panelbaritem template.
Loading ...