Skip to main content
All docs
V18.2

Lesson 2 - Create an Application Using the Template Gallery

This topic demonstrates how to create a simple application with the RichEditControl using the Template Gallery. The Template Gallery allows you to select the template for the application during the creation process of the project.

  1. Click FILE | New | Project… to invoke the New Project dialog. In the invoked New Project dialog, select the DevExpress v18.2 Template Gallery pattern, and click OK.

    WPFRichEditStepByStep_1

  2. Select The WPF platform and choose your preferred language. Then, select the MS Word Inspired Solution item in the WPF Business Solutions group, specify the project’s name and click the Create Project button.

    WPFRichEditStepByStep_2

  3. Specify the application’s theme. To do that, click the DXRibbonWindow‘s smart tag, and select the preferred theme form the AplicationTheme drop-down menu.

    WPFRichEditStepByStep_3

  4. Now run the application. As you can see, you now have a project containing the Rich Edit Control, Ribbon Control and two Layout Panels with Text Boxes in the Main Window.

    WPFRichEditStepByStep_4