Back to Devexpress

DashboardExportDialogArgs Interface

dashboard-js-devexpress-dot-dashboard-ed841d86.md

latest1.6 KB
Original Source

DashboardExportDialogArgs Interface

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

Declaration

ts
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

ts
component: DevExpress.ui.dxPopup

Property Value

TypeDescription
dxPopup

An underlying widget (dxPopup of the current Export Dialog.

|

element Property

Specifies a container where the item content is rendered.

Declaration

ts
element: DevExpress.Dashboard.DxElement

Property Value

TypeDescription
DxElement

A container where the item content is rendered. It is an HTML Element or a jQuery Element when you use jQuery.

|