dashboard-js-devexpress-dot-dashboard-bb82e01e.md
Contains options related to the Parameter dialog content.
export interface ParameterDialogContent
Specifies whether to dispose of all resources associated with the ParameterDialog.
dispose: () => void
| Type | Description |
|---|---|
| () => void |
A function that is executed when you dispose resources.
|
Specifies an underlying widget (DataGrid) used in the Parameter Dialog.
grid: DevExpress.ui.dxDataGrid
| Type | Description |
|---|---|
| dxDataGrid |
An underlying widget (dxDataGrid) used in the Parameter Dialog.
|
Resets the parameter values.
resetParameterValues: () => void
| Type | Description |
|---|---|
| () => void |
A function that is executed when you reset the parameter values.
|
Submits the parameter values.
submitParameterValues: () => void
| Type | Description |
|---|---|
| () => void |
A function that is executed when you submit the parameter values.
|
valueChanged: JQueryCallback
| Type |
|---|
| JQueryCallback |