New to KendoReactLearn about KendoReact Free.

Titles

Updated on Aug 14, 2026

You can configure the PanelBar items by adding images and rendering icons next to them.

Getting Started

You can handle the title of each PanelBar item by setting the title property.

Loading ...

Adding Images

You can load images next to the titles of the PanelBar items by setting the imageUrl property.

Loading ...

Adding Icons

You can render icons next to the titles of the PanelBar items by either:

  • Setting the icon property (for build-in icons), or
  • Setting the iconClass property (for custom icons).
Loading ...