New to Kendo UI for AngularStart a free 30-day trial

Defines the content template of the declaratively initialized PanelBar items. To define the content template, nest an <ng-template> tag with the kendoPanelBarContent directive inside the <kendo-panelbar-item> tag. The content can be expanded or collapsed through the item.

Definition

Package:@progress/kendo-angular-layout

Selector:[kendoPanelBarContent]

Syntax:

html
<kendo-panelbar-item title="Item">
  <div kendoPanelBarContent>
    <p>Item content goes here</p>
  </div>
</kendo-panelbar-item>
In this article
Definition
Not finding the help you need?
Contact Support