DevExpress.Win.Dashboard
26.1.5
Prefix Reserved
dotnet add package DevExpress.Win.Dashboard --version 26.1.5
NuGet\Install-Package DevExpress.Win.Dashboard -Version 26.1.5
<PackageReference Include="DevExpress.Win.Dashboard" Version="26.1.5" />
<PackageVersion Include="DevExpress.Win.Dashboard" Version="26.1.5" />
<PackageReference Include="DevExpress.Win.Dashboard" />
paket add DevExpress.Win.Dashboard --version 26.1.5
#r "nuget: DevExpress.Win.Dashboard, 26.1.5"
#:package DevExpress.Win.Dashboard@26.1.5
#addin nuget:?package=DevExpress.Win.Dashboard&version=26.1.5
#tool nuget:?package=DevExpress.Win.Dashboard&version=26.1.5
DevExpress WinForms BI Dashboard Controls
The DevExpress WinForms Dashboard package includes the DashboardDesigner and DashboardViewer business intelligence controls for WinForms applications. These controls allow users to design, preview, and print dashboards directly in WinForms desktop applications.
Included Components
- Dashboard Designer — A full-featured drag-and-drop design surface that allows users to create and modify dashboards at runtime.
- Dashboard Viewer — An interactive control that displays dashboards in WinForms applications.
Key Features
- 16 Built-in dashboard items: charts, grids, pivot tables, cards, gauges, maps, treemaps, range filters, and more.
- Data Source Wizard and Query Builder for end-user data source configuration.
- Master Filtering and Drill-Down interactivity.
- Calculated fields, window calculations, and conditional formatting.
- Data-aware and WYSIWYG printing and export to PDF, Excel, and image formats.
- DevExpress Skins support for consistent application theming.
- Dashboard parameters for dynamic filtering and user-driven customization.
- Coloring — palette-based and value-based coloring for dashboard items.
- Customize the Dashboard Designer or Viewer interface, including the Ribbon, toolbars, menus, titles, item captions, dialogs, wizards, and underlying controls, and extend it with custom properties and dashboard items.
How to Use
Install the following package:
dotnet add package DevExpress.WinForms.Dashboard
For .NET projects additionally install DevExpress.Win.Dashboard.Design.
Add the DashboardDesigner or DashboardViewer control from the Toolbox to a WinForms form.
Create a WinForms Designer Application
Add the DashboardDesigner control to a WinForms form, register a data connection, and load an existing dashboard:
using DevExpress.DashboardWin;
using DevExpress.DataAccess.ConnectionParameters;
// In the form constructor or Load handler:
dashboardDesigner1.CreateRibbon();
// Register a SQL data connection
var connectionParameters = new MSSqlConnectionParameters("localhost", "Northwind", "", "", MSSqlAuthorizationType.Windows);
dashboardDesigner1.Dashboard.DataSources.Add(new DashboardSqlDataSource("Northwind", connectionParameters));
// Load a dashboard from a file
dashboardDesigner1.LoadDashboard("Dashboard.xml");
The designer opens the loaded dashboard for editing. Users can drag data fields, add dashboard items, and configure bindings visually.
Display a Dashboard in Viewer Mode
Add the DashboardDesigner control to a WinForms form and load a dashboard.
using DevExpress.DashboardWin;
// Load and display a dashboard read-only
dashboardViewer1.LoadDashboard("Dashboard.xml");
dashboardViewer1.ReloadData();
The viewer renders the dashboard with full interactivity (master filtering, drill-down) but without editing UI.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For additional registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscription: DevExpress Universal Subscription.
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Documentation
- WinForms Dashboard Designer
- WinForms Dashboard Viewer
- Build WinForms Dashboard Applications
- Create Dashboards in the WinForms Designer
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- DevExpress.Charts (= 26.1.5)
- DevExpress.Charts.Core (= 26.1.5)
- DevExpress.Dashboard.Core (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataAccess (= 26.1.5)
- DevExpress.DataAccess.UI (= 26.1.5)
- DevExpress.Drawing (= 26.1.5)
- DevExpress.Gauges.Core (= 26.1.5)
- DevExpress.Map.Core (= 26.1.5)
- DevExpress.Office.Core (= 26.1.5)
- DevExpress.PivotGrid.Core (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Reporting.Core (= 26.1.5)
- DevExpress.RichEdit.Core (= 26.1.5)
- DevExpress.Sparkline.Core (= 26.1.5)
- DevExpress.TreeMap (= 26.1.5)
- DevExpress.TreeMap.Core (= 26.1.5)
- DevExpress.Utils (= 26.1.5)
- DevExpress.Utils.UI (= 26.1.5)
- DevExpress.Win.Charts (= 26.1.5)
- DevExpress.Win.Gauges (= 26.1.5)
- DevExpress.Win.Grid (= 26.1.5)
- DevExpress.Win.Map (= 26.1.5)
- DevExpress.Win.Navigation (= 26.1.5)
- DevExpress.Win.PivotGrid (= 26.1.5)
- DevExpress.Win.Printing (= 26.1.5)
- DevExpress.Win.RichEdit (= 26.1.5)
- DevExpress.Win.TreeList (= 26.1.5)
- DevExpress.Win.TreeMap (= 26.1.5)
- DevExpress.Xpo (= 26.1.5)
-
net8.0-windows
- DevExpress.Charts (= 26.1.5)
- DevExpress.Charts.Core (= 26.1.5)
- DevExpress.Dashboard.Core (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataAccess (= 26.1.5)
- DevExpress.DataAccess.UI (= 26.1.5)
- DevExpress.Drawing (= 26.1.5)
- DevExpress.Gauges.Core (= 26.1.5)
- DevExpress.Map.Core (= 26.1.5)
- DevExpress.Office.Core (= 26.1.5)
- DevExpress.PivotGrid.Core (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Reporting.Core (= 26.1.5)
- DevExpress.RichEdit.Core (= 26.1.5)
- DevExpress.Sparkline.Core (= 26.1.5)
- DevExpress.TreeMap (= 26.1.5)
- DevExpress.TreeMap.Core (= 26.1.5)
- DevExpress.Utils (= 26.1.5)
- DevExpress.Utils.UI (= 26.1.5)
- DevExpress.Win.Charts (= 26.1.5)
- DevExpress.Win.Gauges (= 26.1.5)
- DevExpress.Win.Grid (= 26.1.5)
- DevExpress.Win.Map (= 26.1.5)
- DevExpress.Win.Navigation (= 26.1.5)
- DevExpress.Win.PivotGrid (= 26.1.5)
- DevExpress.Win.Printing (= 26.1.5)
- DevExpress.Win.RichEdit (= 26.1.5)
- DevExpress.Win.TreeList (= 26.1.5)
- DevExpress.Win.TreeMap (= 26.1.5)
- DevExpress.Xpo (= 26.1.5)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on DevExpress.Win.Dashboard:
| Package | Downloads |
|---|---|
|
DevExpress.Win.Dashboard.de
Target Platform/Framework: Desktop DevExpress Product Libraries Used: BI Dashboard (https://www.devexpress.com/dashboard) Available in the following DevExpress Subscription(s): Universal |
|
|
DevExpress.Win.Dashboard.es
Target Platform/Framework: Desktop DevExpress Product Libraries Used: BI Dashboard (https://www.devexpress.com/dashboard) Available in the following DevExpress Subscription(s): Universal |
|
|
DevExpress.Win.Dashboard.ja
Target Platform/Framework: Desktop DevExpress Product Libraries Used: BI Dashboard (https://www.devexpress.com/dashboard) Available in the following DevExpress Subscription(s): Universal |
|
|
SenDev.Xaf.Dashboards.Win
SenDev XAF Dashboards windows module |
|
|
DevExpress.ExpressApp.Dashboards.Win
Target Platform/Framework: Desktop DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DevExpress.Win.Dashboard:
| Repository | Stars |
|---|---|
|
eXpandFramework/eXpand
DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
|
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 6 | 9/18/2026 |
| 26.1.5-pre-26248 | 140 | 9/11/2026 |
| 26.1.5-pre-26241 | 157 | 9/2/2026 |
| 26.1.5-pre-26235 | 145 | 8/26/2026 |
| 26.1.5-pre-26227 | 161 | 8/18/2026 |
| 26.1.4 | 2,181 | 8/7/2026 |
| 26.1.3 | 4,373 | 6/18/2026 |
| 25.2.9 | 1,502 | 8/3/2026 |
| 25.2.8 | 8,281 | 6/10/2026 |
| 25.2.7 | 9,087 | 5/6/2026 |
| 25.2.6 | 12,785 | 4/7/2026 |
| 25.1.13 | 1,716 | 7/31/2026 |
| 25.1.12 | 9,377 | 6/10/2026 |
| 25.1.11 | 6,871 | 5/5/2026 |
| 25.1.10 | 10,726 | 4/6/2026 |
| 25.1.9 | 20,761 | 3/2/2026 |