Template Gallery
- 2 minutes to read
The DevExpress BI Dashboard App Template Gallery contains predefined templates for building the Dashboard Designer and Viewer applications for all supported platforms, and an empty dashboard that you can customize in Visual Studio.
Note
You can also find the Dashboard Application templates within the platform-based Template Galleries if you have the Universal Subscription.
Project Template Information
The following table enumerates all “New Project” templates included in the Template Gallery that allow you to create a dashboard application.
.NET Framework
Platform | Template Name | Template Description | Controls and Components in Use |
---|---|---|---|
WinForms | Dashboard Designer Application | A WinForms application that contains the Dashboard Designer. | DashboardDesigner |
WinForms | Dashboard Viewer Application | A WinForms application that contains the Dashboard Viewer. | DashboardViewer |
WPF | Dashboard Viewer Application | A WPF application that contains the WPF Dashboard Viewer. | DashboardControl |
ASP.NET Web Forms | Dashboard Web Application | An ASP.NET Web Forms application that contains the ASP.NET Web Forms Dashboard. | ASPxDashboard |
ASP.NET MVC | Dashboard Web Application | An ASP.NET MVC application that contains the ASP.NET MVC Dashboard. | MVCxDashboard |
ASP.NET MVC | Dashboard HTML JavaScript Application | A web application that uses the JavaScript Web Dashboard configured to utilize the server-side ASP.NET MVC backend. | MVCxDashboard, DashboardControl |
.NET
Platform | Template Name | Template Description | Controls and Components in Use |
---|---|---|---|
WinForms | Dashboard Designer Application | A WinForms application that contains the Dashboard Designer. | DashboardDesigner |
WinForms | Dashboard Viewer Application | A WinForms application that contains the Dashboard Viewer. | DashboardViewer |
WPF | Dashboard Viewer Application | A WPF application that contains the WPF Dashboard Viewer. | DashboardControl |
ASP.NET Core | Dashboard Application | An ASP.NET Core application that contains the ASP.NET Core Dashboard. | DashboardBuilder |
Blazor | Server Dashboard Application | A Blazor Server application that contains the Dashboard component. | DxDashboard |
Blazor | WebAssembly Hosted Dashboard Application | A hosted Blazor WebAssembly application that contains the Dashboard component. | DxDashboard |
Item Template Information
The table below lists a template used to add an empty dashboard to an existing project. You can find it in the Dashboards section:
Template Name | Template Description | Controls and Components in Use |
---|---|---|
Dashboard | An empty DevExpress dashboard that can be customized at design time. | Dashboard |
See Also