DataInspectorGridArgs Interface
In This Article
Provides data for the GridContentReady and GridInitialized events.
#Declaration
TypeScript
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
TypeScript
component: DevExpress.ui.dxDataGrid
#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 |