Skip to main content

ASPxDashboard.StaticInitialize() Method

Initializes an HTTP handler module for the ASPxDashboard control.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

public static void StaticInitialize()

Remarks

Use the StaticInitialize method to initialize an HTTP handler module if the DashboardConfigurator API is used (ASPxDashboard.UseDashboardConfigurator is set to true). This method should be called inside the Application_Start event handler in the Global.asax module of the web application. To learn more, see Server-Side API Overview.

The following code snippets (auto-collected from DevExpress Examples) contain references to the StaticInitialize() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also