Skip to main content
A newer version of this page is available. .

ParameterDialogContent Interface

Declaration

export interface ParameterDialogContent

Properties

dispose Property

Declaration

dispose: () => void

Property Value

Type
() => void

grid Property

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

Declaration

grid: dxDataGrid

Property Value

Type Description
dxDataGrid

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

resetParameterValues Property

Declaration

resetParameterValues: () => void

Property Value

Type
() => void

submitParameterValues Property

Declaration

submitParameterValues: () => void

Property Value

Type
() => void

valueChanged Property

Declaration

valueChanged: JQueryCallback

Property Value

Type
JQueryCallback