Back to Devexpress

ParameterDialogContent Interface

dashboard-js-devexpress-dot-dashboard-bb82e01e.md

latest1.5 KB
Original Source

ParameterDialogContent Interface

Contains options related to the Parameter dialog content.

Declaration

ts
export interface ParameterDialogContent

Properties

dispose Property

Specifies whether to dispose of all resources associated with the ParameterDialog.

Declaration

ts
dispose: () => void

Property Value

TypeDescription
() => void

A function that is executed when you dispose resources.

|

grid Property

Specifies an underlying widget (DataGrid) used in the Parameter Dialog.

Declaration

ts
grid: DevExpress.ui.dxDataGrid

Property Value

TypeDescription
dxDataGrid

An underlying widget (dxDataGrid) used in the Parameter Dialog.

|

resetParameterValues Property

Resets the parameter values.

Declaration

ts
resetParameterValues: () => void

Property Value

TypeDescription
() => void

A function that is executed when you reset the parameter values.

|

submitParameterValues Property

Submits the parameter values.

Declaration

ts
submitParameterValues: () => void

Property Value

TypeDescription
() => void

A function that is executed when you submit the parameter values.

|

valueChanged Property

Declaration

ts
valueChanged: JQueryCallback

Property Value

Type
JQueryCallback