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
<PackageReference Include="DevExpress.Wpf.Dashboard" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.Dashboard" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.Dashboard" />
paket add DevExpress.Wpf.Dashboard --version 26.1.5
#r "nuget: DevExpress.Wpf.Dashboard, 26.1.5"
#:package DevExpress.Wpf.Dashboard@26.1.5
#addin nuget:?package=DevExpress.Wpf.Dashboard&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.Dashboard&version=26.1.5
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
- WPF Dashboard Viewer
- Build WPF Dashboard Applications
- Add DashboardControl
- Create and Load a Dashboard
- Desktop and Web Specifics
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.Drawing (= 26.1.5)
- DevExpress.Map.Core (= 26.1.5)
- DevExpress.Mvvm (= 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.Wpf.Charts (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Docking (= 26.1.5)
- DevExpress.Wpf.Gauges (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
- DevExpress.Wpf.LayoutControl (= 26.1.5)
- DevExpress.Wpf.Map (= 26.1.5)
- DevExpress.Wpf.PivotGrid (= 26.1.5)
- DevExpress.Wpf.PropertyGrid (= 26.1.5)
- DevExpress.Wpf.RichEdit (= 26.1.5)
- DevExpress.Wpf.TreeMap (= 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.Drawing (= 26.1.5)
- DevExpress.Map.Core (= 26.1.5)
- DevExpress.Mvvm (= 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.Wpf.Charts (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Docking (= 26.1.5)
- DevExpress.Wpf.Gauges (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
- DevExpress.Wpf.LayoutControl (= 26.1.5)
- DevExpress.Wpf.Map (= 26.1.5)
- DevExpress.Wpf.PivotGrid (= 26.1.5)
- DevExpress.Wpf.PropertyGrid (= 26.1.5)
- DevExpress.Wpf.RichEdit (= 26.1.5)
- DevExpress.Wpf.TreeMap (= 26.1.5)
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 |