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

DashboardTypeStorage.RegisterDashboard(Type) 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
)

Parameters

Name Type Description
dashboardType Type

A Type object that specifies the dashboard type.

See Also