DashboardBootstrapper Class
In This Article
Contains the ASPxDashboard control’s static settings.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
#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.
See Also