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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.Win.Dashboard" Version="26.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Win.Dashboard" Version="26.1.5" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Win.Dashboard" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.Win.Dashboard --version 26.1.5
                    
#r "nuget: DevExpress.Win.Dashboard, 26.1.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.Win.Dashboard@26.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.Win.Dashboard&version=26.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Win.Dashboard&version=26.1.5
                    
Install as a Cake Tool

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

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

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed