DevExpress.Wpf.Dashboard 26.1.5-pre-26227
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:
<!-- MainWindow.xaml -->
<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
Showing the top 20 packages that depend on DevExpress.Wpf.Dashboard.
| Packages | Downloads |
|---|---|
|
DevExpress.Wpf.Dashboard.ru
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
13 |
|
DevExpress.Wpf.Dashboard.de
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
10 |
|
DevExpress.Wpf.Dashboard.de
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
9 |
|
DevExpress.Wpf.Dashboard.ja
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
9 |
|
DevExpress.Wpf.Dashboard.ja
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
8 |
|
DevExpress.Wpf.Dashboard.es
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
8 |
|
DevExpress.Wpf.Dashboard.de
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
8 |
|
DevExpress.Wpf.Dashboard.ja
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
7 |
|
DevExpress.Wpf.Dashboard.es
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
5 |
|
DevExpress.Wpf.Dashboard.ja
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
5 |
|
DevExpress.Wpf.Dashboard.es
This package contains the DevExpress DashboardDesigner and DashboardViewer controls designed to create and display dashboards.
|
4 |
|
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
|
4 |
.NET Framework 4.6.2
- DevExpress.Charts (= 26.1.5-pre-26227)
- DevExpress.Printing.Core (= 26.1.5-pre-26227)
- DevExpress.Dashboard.Core (= 26.1.5-pre-26227)
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.Data.Desktop (= 26.1.5-pre-26227)
- DevExpress.DataAccess (= 26.1.5-pre-26227)
- DevExpress.Drawing (= 26.1.5-pre-26227)
- DevExpress.Map.Core (= 26.1.5-pre-26227)
- DevExpress.Mvvm (= 26.1.5-pre-26227)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.TreeMap (= 26.1.5-pre-26227)
- DevExpress.Reporting.Core (= 26.1.5-pre-26227)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Charts (= 26.1.5-pre-26227)
- DevExpress.Wpf.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26227)
- DevExpress.Wpf.Gauges (= 26.1.5-pre-26227)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26227)
- DevExpress.Wpf.Map (= 26.1.5-pre-26227)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26227)
- DevExpress.Charts.Core (= 26.1.5-pre-26227)
.NET 8.0
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.Data.Desktop (= 26.1.5-pre-26227)
- DevExpress.DataAccess (= 26.1.5-pre-26227)
- DevExpress.Drawing (= 26.1.5-pre-26227)
- DevExpress.Map.Core (= 26.1.5-pre-26227)
- DevExpress.Mvvm (= 26.1.5-pre-26227)
- DevExpress.PivotGrid.Core (= 26.1.5-pre-26227)
- DevExpress.Printing.Core (= 26.1.5-pre-26227)
- DevExpress.Reporting.Core (= 26.1.5-pre-26227)
- DevExpress.RichEdit.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Charts (= 26.1.5-pre-26227)
- DevExpress.Wpf.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.Docking (= 26.1.5-pre-26227)
- DevExpress.Wpf.Gauges (= 26.1.5-pre-26227)
- DevExpress.Wpf.Grid.Core (= 26.1.5-pre-26227)
- DevExpress.Wpf.LayoutControl (= 26.1.5-pre-26227)
- DevExpress.Wpf.Map (= 26.1.5-pre-26227)
- DevExpress.Wpf.PivotGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.PropertyGrid (= 26.1.5-pre-26227)
- DevExpress.Wpf.RichEdit (= 26.1.5-pre-26227)
- DevExpress.Wpf.TreeMap (= 26.1.5-pre-26227)
- DevExpress.Dashboard.Core (= 26.1.5-pre-26227)
- DevExpress.Charts (= 26.1.5-pre-26227)
- DevExpress.Charts.Core (= 26.1.5-pre-26227)
| Version | Downloads | Last updated |
|---|---|---|
| 26.1.5-pre-26227 | 1 | 08/18/2026 |
| 26.1.4 | 1 | 08/17/2026 |
| 26.1.4-pre-26200 | 0 | 07/23/2026 |
| 26.1.4-pre-26190 | 1 | 08/18/2026 |
| 26.1.4-pre-26179 | 1 | 08/18/2026 |
| 26.1.3 | 1 | 08/18/2026 |
| 25.2.9 | 1 | 08/17/2026 |
| 25.2.8 | 1 | 08/18/2026 |
| 25.2.7 | 1 | 08/18/2026 |
| 25.2.6 | 1 | 04/10/2026 |
| 25.2.5 | 1 | 03/12/2026 |
| 25.2.4 | 1 | 02/19/2026 |
| 25.2.3 | 4 | 01/15/2026 |
| 25.1.13 | 1 | 08/18/2026 |
| 25.1.12 | 1 | 08/18/2026 |
| 25.1.11 | 1 | 08/17/2026 |
| 25.1.10 | 1 | 04/10/2026 |
| 25.1.9 | 1 | 08/17/2026 |
| 25.1.8 | 2 | 01/22/2026 |
| 25.1.7 | 3 | 01/15/2026 |
| 25.1.6 | 4 | 12/17/2025 |
| 25.1.5 | 4 | 12/17/2025 |
| 25.1.4 | 3 | 12/17/2025 |
| 25.1.3 | 4 | 09/01/2025 |
| 24.1.4 | 8 | 07/22/2024 |
| 24.1.3 | 6 | 07/24/2024 |
| 23.1.6 | 5 | 12/01/2023 |
| 23.1.3 | 6 | 07/04/2023 |
| 21.2.3 | 7 | 06/19/2023 |