Skip to main content

ParameterDialogContent Interface

Contains options related to the Parameter dialog content.

#Declaration

TypeScript
export interface ParameterDialogContent

#Properties

#dispose Property

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

#Declaration

TypeScript
dispose: () => void

#Property Value

Type Description
() => void

A function that is executed when you dispose resources.

#grid Property

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

#Declaration

TypeScript
grid: DevExpress.ui.dxDataGrid

#Property Value

Type Description
dxDataGrid

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

#resetParameterValues Property

Resets the parameter values.

#Declaration

TypeScript
resetParameterValues: () => void

#Property Value

Type Description
() => void

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

#submitParameterValues Property

Submits the parameter values.

#Declaration

TypeScript
submitParameterValues: () => void

#Property Value

Type Description
() => void

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

#valueChanged Property

#Declaration

TypeScript
valueChanged: JQueryCallback

#Property Value

Type
JQueryCallback