DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

ExportingEvent

The type of the exporting event handler's argument.

import { ExportingEvent } from "devextreme/ui/pivot_grid"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type:

PivotGrid

element

The UI component's container.

fileName

Type:

String

model

Model data. Available only if you use Knockout.

Type: any