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

Template Gallery

  • 3 minutes to read

The DevExpress Template Gallery provides predefined project templates to create projects with DevExpress ASP.NET AJAX controls (or ASP.NET MVC extensions). Note that some templates run the Project Wizard, which allows you to customize project settings prior to generating it.

Templates_NewProjec

In Visual Studio, click New Project, enter the project name, specify the folder location and click OK to launch the DevExpress Template Gallery. The following figure illustrates this dialog and its elements.

Templates_TemplateGallery

  • Platform Selector - allows you to choose the required application platform (WinForms, WPF, or ASP.NET).
  • Language Selector - allows you to choose between Visual C# and Visual Basic.
  • Template Categories - enumerates all template groups available for the selected platform, version and language. Templates are grouped by purpose or application UI type.
  • Search Box - allows you to search for specific templates by title.

Once you have chosen the required application options, click the desired template. If a Project Wizard is available for the template, the Run Wizard button is displayed. Otherwise, the Create Project button is displayed.

The tables below list available DevExpress ASP.NET project templates.

Web Application Project Templates

ASP.NET MVC Projects

Project Template Description
Empty Web Application An empty ASP.NET MVC web application ready for use with DevExpress ASP.NET MVC extensions.
Responsive Web Application An ASP.NET MVC web application with responsive design to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET MVC extensions.
Web Application An ASP.NET MVC web application to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET MVC extensions.
Bootstrapped Web Application An ASP.NET MVC web application to be configured by the DevExpress ASP.NET Project Wizard and powered by a combination of DevExrpress ASP.NET MVC extensions and Bootstrap framework elements (CSS templates and UI components).

ASP.NET Projects

Project Template Description
Empty Web Application An empty ASP.NET web application ready for use with DevExpress ASP.NET AJAX controls.
Responsive Web Application An ASP.NET web application with responsive design to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET AJAX controls.
Web Application An ASP.NET web application to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET AJAX controls.
Bootstrapped Web Application An ASP.NET web application to be configured by the DevExpress ASP.NET Project Wizard and powered by a combination of DevExrpress ASP.NET AJAX controls and Bootstrap framework elements (CSS templates and UI components).

Web Site Templates

Project Template Description
Empty Web Site An empty ASP.NET website ready for use with DevExpress ASP.NET AJAX controls.
Responsive Web Site An ASP.NET website with responsive design to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET AJAX controls.
Web Site An ASP.NET website to be configured by the DevExpress ASP.NET Project Wizard and powered by DevExpress ASP.NET AJAX controls.
Bootstrapped Web Site An ASP.NET website to be configured by the DevExpress ASP.NET Project Wizard and powered by a combination of DevExrpress ASP.NET AJAX controls and Bootstrap framework elements (CSS templates and UI components).

Note

The project templates listed in this document are available for both C# and VB. Project templates for ASP.NET MVC provide an option to choose a View engine - MVC’s default View engine or Razor.