Get Started
- 3 minutes to read
#1. Prerequisites
The following topic lists the system requirements: Prerequisites.
#2. Obtain Your License
Important
The DevExpress Win
Existing Users: The DevExpress Win
#3. Obtain DevExpress WinUI Controls
You have two ways to create a project and add DevExpress WinUI controls to it:
- Use Your NuGet Feed to Obtain DevExpress WinUI Controls.
- Use the Unified Component Installer to Obtain DevExpress WinUI Controls.
#Use Your NuGet Feed to Obtain DevExpress WinUI Controls
#Obtain Your DevExpress NuGet Feed
Obtain your personal NuGet feed URL to access the DevExpress.WinUI NuGet package from your project.
Use your DevExpress credentials to log into nuget.devexpress.com.
Obtain your NuGet feed URL and copy it to the clipboard.
#Create a New Project
Download the Windows App SDK 1.0.3 Visual Studio extension that contains WinUI project templates.
Create a new project from the Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop) template:
#Add the DevExpress WinUI NuGet Package Source
In Visual Studio, select Tools → NuGet Package Manager → Package Manager Settings:
Navigate to NuGet Package Manager → Package Sources. Click the plus sign at the top right corner to add a new NuGet package source. Use the following package settings:
Name - DevExpress
Source - the obtained NuGet Feed URL (
https://nuget.devexpress.com/{your feed authorization key}/api
)
Make sure the nuget.org package source is also enabled. Click OK.
#Install the DevExpress WinUI NuGet Package
Select Tools → NuGet Package Manager → Manage NuGet Packages for Solution.
In the invoked dialog, open the Browse tab, select the DevExpress package source, and install the
DevExpress.WinUI
NuGet package:
Proceed to Step 4 - Add DevExpress WinUI Controls.
#Use the Unified Component Installer to Obtain DevExpress WinUI Controls
#Install DevExpress WinUI Controls
- Download the Unified Component Installer.
Run the installer and select WinUI Controls:
#Create a New Project
Download the Windows App SDK 1.0.3 Visual Studio extension that contains WinUI project templates.
Create a new project from the Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop) template:
#Install the DevExpress WinUI NuGet Package
In Visual Studio, select Tools → NuGet Package Manager → Manage NuGet Packages for Solution:
In the invoked dialog, open the Browse tab, select the DevExpress 23.2 Local package source, and install the
DevExpress.WinUI
NuGet package:
#4. Add DevExpress WinUI Controls
For instructions on how to add an individual DevExpress WinUI control to your application, refer to the topics below:
Note
Win