DashboardParameterDialogExtension.renderContent(Element) Method
Renders the content of the Dashboard Parameters dialog inside the specified JQuery element.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DevExpress.Dashboard.Element | A JQuery element where the Dashboard Parameters dialog content is rendered. |
Returns
| Type | Description |
|---|---|
| ParameterDialogContent | A ParameterDialogContent object that is the content of the Dashboard Parameters dialog. |
See Also