Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • OpenDashboardExtension.loadDashboard(String) Method

    Loads a dashboard with the specified identifier from the dashboard storage.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public void loadDashboard(
        string id
    )

    Parameters

    Name Type Description
    id String

    A String value that specifies the unique dashboard name.

    See Also