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

Create an ASP.NET MVC Dashboard Application using the Template Gallery

The DevExpress Template Gallery provides access to predefined templates for building the Dashboard Designer and Viewer applications for all supported platforms.

Note

All available Dashboard templates are listed in the following topic: Template Gallery

The steps below show how to use DevExpress Template Gallery to quickly create a ready-to-use ASP.NET MVC Dashboard application.

  1. Run Visual Studio 2012, 2013, 2015 or 2017.
  2. Create a new project by selecting File | New | Project… In the invoked New Project dialog and choose DevExpress v18.2 Template Gallery.

    GettingStarted_NewProject_DXTemplateGallery

  1. In the invoked Template Gallery, select the ASP.NET platform, go to the ASP.NET MVC section and select Dashboard Web Application.

    GettingStarted_NewProject_MvcDashboardTemplate

    Click Run Wizard.

  2. Click Create Project in the invoked DevExpress ASP.NET MVC Project Wizard.

    GettingStarted_NewProject_MvcProjectWizard

  3. Run the application to see the results.

    GettingStarted_MvcTemplate_Result

    The Web Designer application displays a sample dashboard and allows you to change it, create a new dashboard and switch to the Viewer mode.

See Also