Skip to main content

Template Gallery (.NET Framework)

  • 2 minutes to read

The DevExpress Template Gallery includes popular application layouts for DevExpress Controls that target .NET Framework 4.6.2+. The Template Gallery option appears in Visual Studio after you install the DevExpress controls suite.

Note

We added a .NET CLI–based Project Wizard that supports multiple IDEs on Windows. Use it to create WPF projects that target .NET, with additional templates and project presets. For details, see Cross-IDE Template Kit.

Create a New Project

To create a new project, follow the steps below:

  1. In Visual Studio, select FileNewProject.
  2. In the Create a new project window, select DevExpress v26.1 Template Gallery and click Next.

    DevExpress Template Gallery - Create New Project

  3. In the Configure your new project window, specify the project name and location, and click Create.

    DevExpress Template Gallery - Configure New Project

  4. In the DevExpress Template Gallery window, select the WPF platform, configure project parameters, and click Create Project.

    DevExpress Template Gallery - Configure Template

WPF Project Templates

WPF COMMON group

Template Name Description Components in Use
Blank Application An empty application with DevExpress themes and components. ThemedWindow
Blank MVVM Application An empty application with the DevExpress MVVM Framework, themes, and components. ThemedWindow, MVVM Framework
Ribbon Application An application with Ribbon-based toolbars. RibbonControl, RibbonStatusBarControl, ThemedWindow
Modular MDI Application An empty modular application based on the Module Injection Framework. MIF

WPF BUSINESS SOLUTION group

Template Name Description Components in Use
Dashboard Viewer Application A dashboard viewer application that shows a dashboard created at design time. DashboardControl, ThemedWindow

Add a New Item to an Existing Project

To add a new item to an existing project, follow the steps below:

  1. In the Solution Explorer, open the context menu and select AddNew Item.

    DevExpress Template Gallery - Add Item Template

  2. In the Add New Item dialog, select DevExpress v26.1 Template Gallery, specify the item name, and click Add.

    DevExpress Template Gallery - Add Item Template Config

  3. In the DevExpress Template Gallery window, select the WPF platform, choose an item template, and click Add Item.

    DevExpress Template Kit - Item Template

See Also