Back to Devexpress

DataInspectorDialogArgs Interface

dashboard-js-devexpress-dot-dashboard-f467a4c4.md

latest1.6 KB
Original Source

DataInspectorDialogArgs Interface

Provides data for the DialogHidden, DialogShowing, and DialogShown events.

Declaration

ts
export interface DataInspectorDialogArgs

Remarks

Use the DataInspectorExtensionOptions.onDialogHidden, DataInspectorExtensionOptions.onDialogShowing, and DataInspectorExtensionOptions.onDialogShown handlers to invoke the corresponding events.

Properties

component Property

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

Declaration

ts
component: DevExpress.ui.dxPopup

Property Value

TypeDescription
dxPopup

An underlying widget (dxPopup of the current Data Inspector 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.

|