Skip to main content

DashboardBootstrapper Class

Contains the ASPxDashboard control’s static settings.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public static class DashboardBootstrapper

Remarks

Use the DashboardBootstrapper class members to specify the static settings of the ASPxDashboard that uses the DashboardConfigurator‘s API (ASPxDashboard.UseDashboardConfigurator is set to true). Then, call the ASPxDashboard.StaticInitialize method to initialize static settings.

Inheritance

Object
DashboardBootstrapper
See Also