New to Telerik UI for WPF? Download free 30-day trial

Telerik Item Templates

Since the R1 2020 version of the Progress Telerik UI for WPF Extension, item templates for creating a new UserControls are available. They allow you to quickly setup Telerik controls in your existing projects. Follow these steps in order to add an item template.

  1. Right-click on your project, and select Add -> New Item.

    VSExtentions WPF Scenario Wizard Menu 2

  2. Scroll down to the Telerik item templates and choose the one that is best suitable for you.

    VSExtentions WPF Scenario Wizard Menu 2

  3. Click Add and the needed Telerik references will be automatically added to your project.

Available Item Templates

  • Telerik Page : Creates a basic WPF Page, ready to be used with Telerik UI for WPF controls.

  • Telerik RadChart : Creates a new UserControl with a RadChartView.

  • Telerik RadPane : Creates a new RadPane UserControl. RadPane is the main content unit of the RadDocking control.

  • Telerik RadRibbonWindow : Creates a new RadRibbonWindow UserControl.

  • Telerik RadSplashScreen : Creates a new RadSplashScreen UserControl, ready to be customized.

  • Telerik RadTabbedWindow - Creates a new RadTabbedWindow UserControl.

  • Telerik RadWindow : Creates a new RadWindow UserControl.

In this article