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

Defines a template that specifies the content of the ExpansionPanel title. To define the template, nest an <ng-template> tag with the kendoExpansionPanelTitleDirective directive inside the <kendo-expansionpanel> tag (see example).

Definition

Package:@progress/kendo-angular-layout

Selector:[kendoExpansionPanelTitleDirective]

Syntax:

html
<kendo-expansionpanel>
  <ng-template kendoExpansionPanelTitleDirective>
    <h3>Custom Title</h3>
  </ng-template>
  <p>Panel content</p>
</kendo-expansionpanel>
In this article
Definition
Not finding the help you need?
Contact Support