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

Represents the export-to-PDF toolbar tool of the TreeList. Apply this directive to any kendo-toolbar-button element inside a ToolbarComponent.

When you click the toolbar button that contains the directive, the pdfExport event fires (see example).

Definition

Package:@progress/kendo-angular-treelist

Selector:[kendoTreeListPDFTool]

Syntax:

html
<kendo-treelist>
    <kendo-toolbar>
        <kendo-toolbar-button text="PDF Export" kendoTreeListPDFTool></kendo-toolbar-button>
    </kendo-toolbar>
    <kendo-treelist-pdf fileName="TreeList.pdf">
    </kendo-treelist-pdf>
</kendo-treelist>
In this article
Definition
Not finding the help you need?
Contact Support