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

Installing UI for WPF from NuGet Package

Telerik UI for WPF provides a set of nuget packages that can be used to easily install and upgrade Telerik projects.

This article describes how to set-up and use the nuget packages.

Step 1: Adding NuGet Package Source

The Telerik NuGet packages are available as downloadable .nupkg files that can be used in a local package source, and they also can be installed from the online Telerik NuGet server. The Setting the NuGet Package Source article show how to setup local and online package sources.

This example shows how to install Telerik packages using the online server. This requires you to have an account in telerik.com and also a licensed (or trial) version of the product.

  1. Navigate to the Package Manager Settings menu in Visual Studio.

    WPF Package Manager Settings

  2. Add a new source in the Package Sources section.

    WPF New Package Source

  3. In the Source field fill the address of the Telerik NuGet Server and click OK. The address is: https://nuget.telerik.com/v3/index.json

    WPF Telerik NuGet Server Address

  4. The Telerik Server is added and ready to use.

Step 2: Installing NuGet Packages

The following steps show how to search and install nuget packages in the Telerik package source.

  1. Select your solution or project and click on the "Manage NuGet Packages" menu.

    WPF Manage NuGet Packages Menu

  2. Set the Telerik server as the current package source. This will prompt you to log into your telerik.com account. Enter user credentials and search for the needed package.

  3. Install the package. Some packages depend on other ones in the server, so they will be installed automatically if needed.

    WPF Installing Telerik Package

Read more about the different NuGet packages in the Available NuGet Packages article.

In this article