PanelBarContentDirective
Directive
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>