Skip to main content
A newer version of this page is available. .

IDashboardStorage.LoadDashboard(String) Method

Loads the dashboard with the specified identifier from the current IDashboardStorage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

XDocument LoadDashboard(
    string dashboardID
)

Parameters

Name Type Description
dashboardID String

A String value that specifies the dashboard identifier.

Returns

Type Description
XDocument

A XDocument object that is the XML definition of the loaded dashboard.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LoadDashboard(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also