Back to Devexpress

DashboardParameterDialogArgs Interface

dashboard-js-devexpress-dot-dashboard-2d6514f9.md

latest1.0 KB
Original Source

DashboardParameterDialogArgs Interface

Declaration

ts
export interface DashboardParameterDialogArgs

Properties

component Property

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

Declaration

ts
component?: DevExpress.ui.dxPopup

Property Value

TypeDescription
dxPopup

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

|

element Property

Specifies a container where the item content is rendered.

Declaration

ts
element?: DevExpress.Dashboard.DxElement

Property Value

TypeDescription
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

ts
model?: any

Property Value

Type
any