Skip to main content

ParameterDialogContent Interface

Contains options related to the Parameter dialog content.

Declaration

export interface ParameterDialogContent

Properties

dispose Property

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

Declaration

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

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

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

submitParameterValues: () => void

Property Value

Type Description
() => void

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

valueChanged Property

Declaration

valueChanged: JQueryCallback

Property Value

Type
JQueryCallback