Back to Devexpress

DataInspectorGridArgs Interface

dashboard-js-devexpress-dot-dashboard-0ef79356.md

latest1.4 KB
Original Source

DataInspectorGridArgs Interface

Provides data for the GridContentReady and GridInitialized events.

Declaration

ts
export interface DataInspectorGridArgs

Remarks

Use the DataInspectorExtensionOptions.onGridContentReady and DataInspectorExtensionOptions.onGridInitialized handlers to handle the corresponding events.

Properties

component Property

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

Declaration

ts
component: DevExpress.ui.dxDataGrid

Property Value

TypeDescription
dxDataGrid

An underlying widget (dxDataGrid 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.

|