Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • 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

    public ParameterDialogContent renderContent(
        Element element
    )

    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