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

Add the ASPxDashboard Control

The ASPxDashboard control provides the capability to create dashboards in ASP.NET web applications. To learn how to create the ASP.NET Web Forms Designer application from scratch, see Create an ASP.NET Web Forms Designer.

Attach the JavaScript Files

The ASPxDashboard control requires you to attach the jQuery, jQuery UI, globalize, knockout, and ace scripts. For automatic integration, include client-side libraries on a web page by adding the “resources” section to the application’s Web.config file:

<devExpress>
    <!-- ... -->
    <resources>
        <add type="ThirdParty" />
        <add type="DevExtreme" />
    </resources>
</devExpress>

Refer to Required Client Libraries for details.

Add the ASPxDashboard Control

The ASPxDashboard control is located in the DX.18.2: Data & Analytics Toolbox tab.

WebDesigner-AddFromToolbox

Add the control from the Toolbox and switch to the Design view to import the required libraries to the project.

Next Steps

You can perform the following actions to prepare the control for first use: