Skip to main content
All docs
V18.2

ASPxClientDashboard.LoadDashboard(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void LoadDashboard(
    string dashboardId
)

Parameters

Name Type Description
dashboardId String

A string value that specifies the dashboard identifier.

Remarks

Use the ASPxClientDashboard.SaveDashboard method to save the current dashboard.

Note

To learn more about different methods of loading a dashboard, see Loading a Dashboard.

See Also