Installing WPF Demos Application
Telerik WPF Demos application provides a rich list of examples showcasing all the important features of Telerik UI for WPF.

Installation
The demos can be downloaded at https://demos.telerik.com/wpf/ as a ClickOnce application.
The application requires the following component in order to be installed and run locally:
If you have a previous installation of WPF Demos, make sure to uninstall it before installing a newer version.
Getting the Source Code
Visual Studio solution containing the source code of the examples is available in the in your Telerik account.
Follow the next steps in order to download it:
-
Log into your telerik.com account.
-
Go to the Telerik UI for WPF download page.
-
Find the
Telerik_UI_for_WPF_[version]_Demos_Source.zipfile and click on it in order to download the .zip. -
Unzip the file and run the
ExamplesCS_WPF.slnfile.
The source code .zip does not contain the assemblies so that it is smaller in size. Building and running the demos solution locally requires to have a local installation (via the .msi installer) of the Telerik UI for WPF suite with the same version as the downloaded demos. This will create an environment variable called TelerikWPFDir which points to the Binaries folder in the installation directory (example: C:\Program Files (x86)\Progress\Telerik UI for WPF 2024 Q1). The environment variable is used by the HintPaths in the source code to resolve the Telerik assemblies.