Skip to main content

Lesson 1 - Create an Application using the Template Gallery (legacy)

  • 2 minutes to read

Note

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

This lesson demonstrates how to create a simple application with the Scheduler Control using the Template Gallery. The Template Gallery allows you to create applications from templates.

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

    Scheduler_Project_Wizard_Usage_Image1

  2. Select the WPF platform and choose your preferred language. Then, select the MS Outlook Inspired Solution item in the WPF Business Solutions group, and then click the Create Project button.

    Scheduler_Project_Wizard_Usage_Image2

  3. Specify the application theme. To do that, click the DXRibbonWindow‘s smart tag and select the required theme from the ApplicationTheme drop-down menu.

    Scheduler_Project_Wizard_Usage_Image3

  4. You can also specify the ribbon style. To do that, click the Ribbon Control’s smart tag and select the required style from the RibbonStyle drop-down menu.

    Scheduler_Project_Wizard_Usage_Image4

  5. Run the application. As a result, you now have a project containing a Ribbon Control, Scheduler Control, Date Navigator (legacy), Navigation Bar and Layout Panel with Text Box in the Main Window.

    Scheduler_Progect_Wizard_Usage_MSOutlookResult