DashboardExportDialogArgs Interface
In This Article
Provides data for the ExportDialogShowing, ExportDialogShown, and ExportDialogHidden events.
#Declaration
TypeScript
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
TypeScript
component: DevExpress.ui.dxPopup
#Property Value
Type | Description |
---|---|
dx |
An underlying widget (dx |
#element Property
Specifies a container where the item content is rendered.
#Declaration
TypeScript
element: DevExpress.core.DxElement
#Property Value
Type | Description |
---|---|
Dx |
A container where the item content is rendered. It is an HTML Element or a j |