DataInspectorGridArgs Interface
Provides data for the GridContentReady and GridInitialized events.
Declaration
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
component: DevExpress.ui.dxDataGrid
Property Value
Type | Description |
---|---|
dxDataGrid | An underlying widget (dxDataGrid of the current Data Inspector Dialog. |
element Property
Specifies a container where the item content is rendered.
Declaration
element: DevExpress.core.DxElement
Property Value
Type | Description |
---|---|
DxElement | A container where the item content is rendered. It is an HTML Element or a jQuery Element when you use jQuery. |