DevExpress.Wpf.Dashboard 26.1.5

Prefix Reserved
dotnet add package DevExpress.Wpf.Dashboard --version 26.1.5
                    
NuGet\Install-Package DevExpress.Wpf.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.Wpf.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.Wpf.Dashboard" Version="26.1.5" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Wpf.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.Wpf.Dashboard --version 26.1.5
                    
#r "nuget: DevExpress.Wpf.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.Wpf.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.Wpf.Dashboard&version=26.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Wpf.Dashboard&version=26.1.5
                    
Install as a Cake Tool

DevExpress WPF BI Dashboard Controls

The DevExpress.WPF.Dashboard package allows you to display interactive dashboards inside WPF applications.

Included Components

DashboardControl — a WPF control for displaying dashboards.

Key Features

  • Data-Bound Dashboards - Display interactive dashboards in WPF applications.
  • Multiple Data Sources - Connect dashboards to supported databases, files, cloud services, OLAP cubes, JSON data, Excel workbooks, and in-memory data sources.
  • Interactive Filtering - Filter dashboard data using master filtering, cross-item filtering, and window filtering.
  • Drill-Down and Drill-Up - Navigate through hierarchical data directly within dashboard items.
  • Data Inspection - View aggregated values and inspect the underlying records represented in visualizations.
  • Dashboard Parameters - Allow users to edit parameter values through the UI or manage them programmatically.
  • Layout Management - Resize, maximize, restore, and rearrange dashboard items, and adapt the layout to the available window size.
  • Dashboard State Management - Save and restore filters, parameter values, drill-down states, selected ranges, active map layers, tab pages, and other interaction states.
  • Item Interaction - Support item selection, highlighting, hover information, cross-data highlighting, and synchronized interactions between dashboard items.
  • Printing and Exporting - Print dashboards or export dashboards and individual items to PDF, Excel, CSV, image formats, and other supported formats.
  • Dashboard Loading and Saving - Load dashboards from XML, streams, or custom storage providers and save changes programmatically where applicable.
  • Localization Support - Localize the viewer UI for different languages and cultures.
  • Appearance Customization - Customize themes, styles, templates, dashboard titles, item captions, toolbars, context menus, and command behavior.
  • API - Control dashboard loading, filtering, parameters, state, layout, exporting, printing, and user interactions from application code.
  • Custom Item Support - Display dashboards that contain custom dashboard items registered in the application.
  • Asynchronous Data Loading - Load and refresh dashboard data asynchronously to improve UI responsiveness.
  • Data Reload and Refresh - Refresh dashboard data on demand or programmatically.

Examples

Add DashboardControl to a WPF Window

Add the DashboardControl to your WPF window in XAML and load a dashboard file in code-behind:


<Window xmlns:dxd="http://schemas.devexpress.com/winfx/2008/xaml/dashboard">
    <dxd:DashboardControl x:Name="dashboardControl" />
</Window>
// MainWindow.xaml.cs
using DevExpress.DashboardWpf;

dashboardControl.LoadDashboard("Dashboard.xml");

The control renders all dashboard items and enables master filtering and drill-down for users.

Supply Data Programmatically

using DevExpress.DashboardCommon;
using DevExpress.DashboardWpf;
using DevExpress.DataAccess.Sql;

var dashboard = new Dashboard();
var dataSource = new DashboardSqlDataSource("Sales", "NorthwindConnectionString");
dashboard.DataSources.Add(dataSource);

dashboardControl.Dashboard = dashboard;

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 (7)

Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Dashboard:

Package Downloads
DevExpress.Wpf.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.Wpf.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

DevExpress.Wpf.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

ClientTools

ClientTools is dll containing all controls related code for Uniconta application. To use the ClientTools you will need your own Uniconta APP identifier. http://www.uniconta.com/en/developers/

UnicontaPages

UnicontaPages is dll containing Pages related code for WPF application. To use the UnicontaPages you will need your own Uniconta APP identifier. http://www.uniconta.com/en/developers/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5 143 9/18/2026
26.1.5-pre-26248 109 9/11/2026
26.1.5-pre-26241 120 9/2/2026
26.1.5-pre-26235 114 8/26/2026
26.1.5-pre-26227 129 8/18/2026
26.1.4 726 8/7/2026
26.1.3 2,152 6/18/2026
25.2.10 90 9/22/2026
25.2.9 366 8/3/2026
25.2.8 4,941 6/10/2026
25.2.7 6,883 5/6/2026
25.2.6 7,430 4/7/2026
25.1.14 81 9/22/2026
25.1.13 450 7/31/2026
25.1.12 4,796 6/10/2026
25.1.11 6,679 5/5/2026
Loading failed