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

DashboardTypeStorage.RegisterDashboard(Type, String, String) Method

Adds a new dashboard to the current DashboardTypeStorage.

Namespace: DevExpress.DashboardWeb

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

Declaration

public void RegisterDashboard(
    Type dashboardType,
    string dashboardName,
    string dashboardId
)

Parameters

Name Type Description
dashboardType Type

A Type object that specifies the dashboard type.

dashboardName String

A String value that specifies the dashboard name.

dashboardId String

A String value that specifies the dashboard identifier.

See Also