Skip to main content

Reference DevExpress UWP Assemblies To Build Applications Using Cloud Services

  • 2 minutes to read

When you add DevExpress UWP controls from the toolbox, the corresponding DevExpress Software Development Kit (SDK) is automatically referenced.

To build an application that uses DevExpress UWP controls on a build server that doesn’t have the required SDK installed, you need to manually reference the required assemblies instead. Follow these steps to manually reference DevExpress assemblies:

  1. Open the Reference Manager dialog (for instance, using the PROJECT | Add Reference menu item).
  2. Click the Browse button, navigate to the “Components\Bin\UWP\“ folder within the installation folder (“C:\Program Files (x86)\DevExpress 19.2\“, by default), and select the assemblies.
  3. Copy the corresponding *.pri files and folders with resources (*.xaml files) from the installation folder to your project keeping the folder structure.

Below is a list of redistributable DevExpress UWP assemblies.

Cross-Platform Assemblies Description
DevExpress.Core.v19.2.dll Contains basic and utility classes.
DevExpress.UI.Xaml.v19.2.dll Contains basic and utility classes used by UWP controls.
DevExpress.Mvvm.v19.2.dll Contains classes that support the MVVM design pattern.
DevExpress.Drawing.v19.2.dll Contains utility classes that support rendering functionality
DevExpress.Pdf.v19.2.Core.dll Contains internal classes that provide the basic functionality to parse and render PDF files.
DevExpress.Themes.v19.2.dll Contains resources for the visual themes.
DevExpress.UI.Xaml.Charts.v19.2.dll Contains the components that are included in the UWP Charts suite.
DevExpress.UI.Xaml.Controls.v19.2.dll Contains controls such as the Range Control, PDF Viewer and RadialContextMenuControl.
DevExpress.UI.Xaml.Editors.v19.2.dll Contains the basic editors and controls.
DevExpress.UI.Xaml.Gauges.v19.2.dll Contains the components that are included in the UWP Gauges suite.
DevExpress.UI.Xaml.Grid.v19.2.dll Contains the components that are included in the UWP Data Grid suite.
DevExpress.UI.Xaml.Layout.v19.2.dll Contains the components and controls that provide the Navigation and Layout functionality.
DevExpress.UI.Xaml.Map.v19.2.dll Contains the components that are included in the UWP Map Control suite.
DevExpress.UI.Xaml.Ribbon.v19.2.dll Contains the components that are included in the UWP Ribbon Control suite.
DevExpress.UI.Xaml.Scheduler.v19.2.dll Contains the components that are included in the UWP Scheduler Control suite.