This example demonstrates how to integrate and utilize DevExpress UI components within XPF. Features Demonstrated:
✅ Barcode
✅ Buttons
✅ GridControl
✅ TimePicker
✅ ToggleSwitch
✅ Trackbar
You can find a list of all supported DevExpress controls here Here.
This project includes the XPF NuGet feed, which is configured in NuGet.Config. The XPF package source and csproj utilize an environment variable (%XpfLicenseKey%) for authentication.
- Set your XPF license key as the
XpfLicenseKeyenvironment variable before restoring dependencies. - Alternatively, add your XPF license key directly in
NuGet.ConfigandDevExpressApp.csproj
The DevExpress package source URl utilizes an environment variable (%DevExpressKey%). Set your DevExpress license key as enviromental variable DevExpressKey or add into URI, see NuGet.Config.

