Skip to main content

Windows Forms Deployment

  • 5 minutes to read

This document describes assemblies deployed with your Windows Forms applications that utilize the functionality of DevExpress Dashboard.

Note that if you use other Developer Express components in your application, their use and deployment should comply with the corresponding EULA documents. For more details on licensing and the redistribution policy of Developer Express, refer to Redistribution and Deployment.

Redistributable Libraries

Below are the libraries considered redistributable under the DevExpress EULA. These libraries are intended for distribution by you to end-users of the software applications that you create.

Assembly

Description

DevExpress.BonusSkins.v23.2.dll

Contains extra skins (such as “Metropolis” and “McSkin”).

DevExpress.Charts.v23.2.Core.dll

All DevExpress Charting controls contain classes shared via the same charting engine. These classes, along with a codebase, are intended for internal use, but also provide the basic functionality for ASP.NET Charts, WinForms Charts, and WPF Charts.

This assembly is also required when deploying an application containing the WPF Spreadsheet control with a chart.

DevExpress.CodeParser.v23.2.dll

Contains classes used to parse SQL queries within the Query Builder dialog.

DevExpress.Dashboard.v23.2.Core.dll

Contains classes that implement the basic functionality for DevExpress dashboard components.

DevExpress.Dashboard.v23.2.Win.dll

Contains classes that implement functionality for Windows Forms DashboardDesigner and DashboardViewer controls.

DevExpress.Data.v23.2.dll

Implements the most basic functionality common to all DevExpress controls. This includes classes for data binding, skinning, printing, exporting, as well as many other auxiliary types and resources.

DevExpress.Data.Desktop.v23.2.dll

Contains platform-specific classes used by DevExpress desktop controls (WinForms and WPF).

DevExpress.DataAccess.v23.2.dll

Contains classes that utilize the most popular approaches to access different data providers.

DevExpress.DataAccess.v23.2.UI.dll

Contains classes that provide a UI that assists end-users to access data.

DevExpress.DataVisualization.v23.2.Core.dll

Contains service classes that provide the basic functionality for ASP.NET Charts, WinForms Charts, WPF Charts, WinForms TreeMap and WPF TreeMap.

DevExpress.Diagram.v23.2.Core.dll

Contains internal classes that implement the basic functionality for DevExpress diagram controls.

DevExpress.Drawing.v23.2.dll

Contains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments.

DevExpress.Images.v23.2.dll

The DevExpress Image Gallery, which stores images for use in various controls and components. Deploy this library when providing context-dependent images to controls and components using the Image URI feature.

DevExpress.Map.v23.2.Core.dll

Contains common algorithms for drawing a map.

DevExpress.Office.v23.2.Core.dll

Contains base classes common for Office File API and Office controls.

DevExpress.Pdf.v23.2.Drawing.dll

Contains internal classes that implement drawing functionality for WinForms PDF Viewer and WPF PDF Viewer controls.

DevExpress.Pdf.v23.2.Core.dll

Contains internal classes that provide the basic functionality to parse and render PDF files.

DevExpress.PivotGrid.v23.2.Core.dll

Contains internal classes that implement the basic functionality for WinForms PivotGrid, ASP.NET PivotGrid and WPF PivotGrid controls.

DevExpress.Printing.v23.2.Core.dll

Contains classes that implement the basic functionality for DevExpress printing libraries.

Required only for the DashboardDesigner control.

DevExpress.RichEdit.v23.2.Core.dll

Contains classes that implement the logic for formatting rich text, as well as basic types that provide a public API common to such DevExpress RTF controls as ASP.NET RichEdit, WinForms RichEdit, and WPF RichEdit.

This assembly is also required when using a Rich Edit in-place editor (RepositoryItemRichTextEdit), Filter Editor Control and/or exporting to DOCX.

DevExpress.Sparkline.v23.2.Core.dll

Contains base classes that implement the core functionality of DevExpress Sparkline controls.

DevExpress.TreeMap.v23.2.Core.dll

Contains base classes that implement the core functionality of the TreeMapControl.

DevExpress.Utils.v23.2.dll

Contains basic utility classes and common skins (such as “DevExpress Style”, “Visual Studio 2013”, “Office 2013” and “Seven Classic”).

DevExpress.Utils.v23.2.UI.dll

Contains basic utility classes.

DevExpress.Xpo.v23.2.dll

Contains the classes that support the main functionality of the eXpress Persistent Objects Library.

Note: This assembly is also required when using XtraGrid’s Server Mode.

DevExpress.XtraBars.v23.2.dll

Contains the main components provided by the XtraBars Suite (BarManager, DockManager and RibbonControl).

DevExpress.XtraCharts.v23.2.dll

Contains basic classes that implement the main functionality of the XtraCharts Suite.

DevExpress.XtraCharts.v23.2.UI.dll

Contains the ChartControl control intended for use in Windows applications.

DevExpress.XtraCharts.v23.2.Wizard.dll

Contains the ChartDesigner and auxiliary classes.

DevExpress.XtraDiagram.v23.2.dll

Contains the DiagramControl and other components that are included in the WinForms Diagram suite.

DevExpress.XtraEditors.v23.2.dll

Contains a set of full-featured editors supported by the XtraEditors Suite.

Note: This assembly is also required when using the PdfViewer control.

DevExpress.XtraGauges.v23.2.Core.dll

Contains common algorithms for drawing gauges in different platforms for XtraGauges and ASPxGauges.

DevExpress.XtraGauges.v23.2.Presets.dll

Contains over 150 ready-to-use Gauge presets for the ASPxGauges and XtraGauges Suites.

DevExpress.XtraGauges.v23.2.Win.dll

Contains the GaugeControl component.

DevExpress.XtraGrid.v23.2.dll

Contains the GridControl and other components that are based on it.

DevExpress.XtraLayout.v23.2.dll

Contains the LayoutControl and DataLayoutControl controls.

DevExpress.XtraMap.v23.2.dll

Contains the MapControl, along with other components of the WinForms Map suite.

DevExpress.XtraNavBar.v23.2.dll

Contains the NavBarControl component.

DevExpress.XtraPivotGrid.v23.2.dll

Contains classes that implement the PivotGridControl functionality.

DevExpress.XtraPrinting.v23.2.dll

Contains classes that implement printing and exporting functionality implemented by the Printing-Exporting library.

DevExpress.XtraReports.v23.2.dll

Contains classes that implement the main functionality of XtraReports.

DevExpress.XtraRichEdit.v23.2.dll

Contains the XtraRichEdit control and basic classes that implement its main functionality.

DevExpress.XtraTreeList.v23.2.dll

Contains the TreeList component.

DevExpress.XtraTreeMap.v23.2.dll

Contains the TreeMapControl component.

DevExpress.XtraTreeMap.v23.2.UI.dll

Contains the TreeMapControl and SunburstControl components that are intended to display treemaps and sunburst charts in Windows Forms applications.

DevExpress.XtraVerticalGrid.v23.2.dll

Contains the main components provided by the XtraVerticalGrid Suite (VGridControl and PropertyGridControl).

DevExpress.XtraWizard.v23.2.dll

Contains classes that implement the main functionality for the XtraWizard Suite.

Note

Note that DevExpress Dashboard does not support .NET Framework 4.0 Client Profile.

See Also