Infragistics / wpf-samples

Infragistics Ultimate UI for WPF product samples
MIT License
10 stars 12 forks source link

Examples for Infragistics Ultimate UI for WPF Controls

This repository contains the Samples Browser and Showcase Applications for all of the Infragistics for WPF controls listed in the Infragistics documentation.

The Infragistics for WPF Samples Browser exists in the Examples folder in this repository, while each of the showcases exist in the Applications folder. Below you will find the steps necessary to run each of these.

Initial Setup

In order to run the showcases or samples browser, you will first need to clone this repository. You can do that with the following command:

git clone https://github.com/Infragistics/wpf-samples.git

Running Samples Browser

The Infragistics for WPF Samples Browser is a standalone application that contains samples for all controls provided in the Infragistics WPF product. It exists in the Examples folder in this repository. In order to run it, you can follow these steps:

Running Showcase Applications

You can run each of the Infragistics for WPF Showcase Applications individually. All these apps are located in the Applications folder of this repository. The following lists each of the applications:

Each of the above has a .sln folder within the corresponding folder that you need to open in Visual Studio in order to run the application. Like the Samples Browser mentioned above, you will need to restore the Trial NuGet packages for the Infragistics for WPF product in order to run.

There is an additional folder in the "Examples" directory named IGExtensions. This is not a runnable project, but rather a class library with resources that each of the showcase applications use.