Skip to main content
A newer version of this page is available. .

DashboardExportDialogArgs Interface

Provides data for the ExportDialogShowing, ExportDialogShown, and ExportDialogHidden events.

Declaration

export interface DashboardExportDialogArgs

Remarks

Use the onExportDialogShowing, onExportDialogShown, and onExportDialogHidden handlers to invoke the corresponding events.

Properties

component Property

Gets an underlying widget (Popup) of the current Export Dialog.

Declaration

component: dxPopup

Property Value

Type Description
dxPopup

An underlying widget (js-DevExpress.ui.dxPopup) of the current Export Dialog.

element Property

Declaration

element: JQuery

Property Value

Type
JQuery