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

DashboardBootstrapper Class

Contains the ASPxDashboard control’s static settings.

Namespace: DevExpress.DashboardWeb

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

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