Skip to main content

DashboardParameterDialogArgs Interface

#Declaration

TypeScript
export interface DashboardParameterDialogArgs

#Properties

#component Property

Gets an underlying widget (Popup) of the current Dashboard Parameter Dialog.

#Declaration

TypeScript
component?: DevExpress.ui.dxPopup

#Property Value

Type Description
dxPopup

An underlying widget (dxPopup of the current Dashboard Parameter Dialog.

#element Property

Specifies a container where the item content is rendered.

#Declaration

TypeScript
element?: DevExpress.core.DxElement

#Property Value

Type Description
DxElement

A container where the item content is rendered. It is an HTML Element or a jQuery Element when you use jQuery.

#model Property

#Declaration

TypeScript
model?: any

#Property Value

Type
any