DevExpress.Wpf.Controls
26.1.5-pre-26241
Prefix Reserved
See the version list below for details.
dotnet add package DevExpress.Wpf.Controls --version 26.1.5-pre-26241
NuGet\Install-Package DevExpress.Wpf.Controls -Version 26.1.5-pre-26241
<PackageReference Include="DevExpress.Wpf.Controls" Version="26.1.5-pre-26241" />
<PackageVersion Include="DevExpress.Wpf.Controls" Version="26.1.5-pre-26241" />
<PackageReference Include="DevExpress.Wpf.Controls" />
paket add DevExpress.Wpf.Controls --version 26.1.5-pre-26241
#r "nuget: DevExpress.Wpf.Controls, 26.1.5-pre-26241"
#:package DevExpress.Wpf.Controls@26.1.5-pre-26241
#addin nuget:?package=DevExpress.Wpf.Controls&version=26.1.5-pre-26241&prerelease
#tool nuget:?package=DevExpress.Wpf.Controls&version=26.1.5-pre-26241&prerelease
DevExpress WPF: Utility and Navigation Controls
DevExpress.Wpf.Controls includes a collection of DevExpress WPF Controls that solve common application tasks not related to data presentation. The package includes utility and navigation controls that guide users through multi-step processes, accept file uploads, display operation progress, generate barcodes, and help you build touch-friendly navigation UI. All controls adapt to the active DevExpress theme for visually consistent applications.
dotnet add package DevExpress.Wpf.Controls
Included Components
Wizard— a multi-page wizard dialog.StepProgressBar— a progress bar that displays discrete steps from process start to completion.UploadControl— a file upload control that supports multi-file uploads and progress reporting per file.BreadcrumbControl— a path editor and navigation trail, similar to the address bar in Windows Explorer.BarCodeControl— a barcode control that can display one-dimensional and two-dimensional symbologies (QR Code, Data Matrix, PDF417, and more).TileBar— a tile-based navigation bar for touch-friendly interfaces.- Windows UI —
HamburgerMenu,NavigationFrame,PageAdornerControl, andAppBarhelp you add Windows UI-style navigation and command elements to your application.
Examples
Example 1: Visualize a Step-by-Step Process
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxc="http://schemas.devexpress.com/winfx/2008/xaml/controls">
<dxc:StepProgressBar SelectedIndex="1">
<dxc:StepProgressBarItem NearContent="Cart" />
<dxc:StepProgressBarItem NearContent="Shipping" />
<dxc:StepProgressBarItem NearContent="Payment" />
<dxc:StepProgressBarItem NearContent="Confirmation" />
</dxc:StepProgressBar>
</Window>
This control displays four connected steps and highlights the step labeled "Shipping".
Example 2: Display a Multi-Step Configuration Dialog
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxc="http://schemas.devexpress.com/winfx/2008/xaml/controls">
<dxc:Wizard>
<dxc:WelcomeWizardPage Title="Welcome">
<TextBlock Text="This wizard helps you import data." TextWrapping="Wrap" />
</dxc:WelcomeWizardPage>
<dxc:WizardPage Title="Select a File">
<TextBox />
</dxc:WizardPage>
<dxc:WizardPage Title="Finish">
<TextBlock Text="Import complete." />
</dxc:WizardPage>
</dxc:Wizard>
</Window>
The wizard displays one page at a time and renders Back, Next, and Cancel buttons automatically.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and 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 key 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 subscriptions:
- DevExpress WPF Subscription
- DevExpress Reporting Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Related Components/Packages
DevExpress.Wpf.Core - Core library and theme engine shared by all DevExpress WPF controls.
dotnet add package DevExpress.Wpf.Core
DevExpress.Wpf.NavBar - DevExpress WPF Navigation Bar control.
dotnet add package DevExpress.Wpf.NavBar
DevExpress.Wpf - The complete DevExpress WPF Control suite.
dotnet add package DevExpress.Wpf
Demos
NOTE: Demo links below only work if you already have DevExpress WPF Demos installed on your machine. To install demos, download and run the DevExpress Unified Installer (evaluation or licensed version). Remember to select "Demo Applications" on the product selection screen.
- DevExpress WPF Wizard Control
- DevExpress WPF StepProgressBar
- DevExpress WPF Tile Bar
- DevExpress WPF Hamburger Menu
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 | 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.Data (= 26.1.5-pre-26241)
- DevExpress.Data.Desktop (= 26.1.5-pre-26241)
- DevExpress.Drawing (= 26.1.5-pre-26241)
- DevExpress.Mvvm (= 26.1.5-pre-26241)
- DevExpress.Printing.Core (= 26.1.5-pre-26241)
- DevExpress.Wpf.Core (= 26.1.5-pre-26241)
-
net8.0-windows
- DevExpress.Data (= 26.1.5-pre-26241)
- DevExpress.Data.Desktop (= 26.1.5-pre-26241)
- DevExpress.Drawing (= 26.1.5-pre-26241)
- DevExpress.Mvvm (= 26.1.5-pre-26241)
- DevExpress.Printing.Core (= 26.1.5-pre-26241)
- DevExpress.Wpf.Core (= 26.1.5-pre-26241)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Controls:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.Printing
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.DocumentViewer.Core
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.NavBar
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Reporting
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf.Accordion
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5-pre-26248 | 633 | 9/11/2026 |
| 26.1.5-pre-26241 | 663 | 9/2/2026 |
| 26.1.5-pre-26235 | 666 | 8/26/2026 |
| 26.1.5-pre-26227 | 778 | 8/18/2026 |
| 26.1.4 | 23,479 | 8/7/2026 |
| 26.1.4-pre-26200 | 707 | 7/23/2026 |
| 26.1.4-pre-26190 | 806 | 7/14/2026 |
| 26.1.3 | 34,801 | 6/18/2026 |
| 25.2.9 | 3,542 | 8/3/2026 |
| 25.2.8 | 11,857 | 6/10/2026 |
| 25.2.7 | 24,594 | 5/6/2026 |
| 25.2.6 | 23,347 | 4/7/2026 |
| 25.2.5 | 31,908 | 3/2/2026 |
| 25.1.13 | 1,002 | 7/31/2026 |
| 25.1.12 | 967 | 6/10/2026 |
| 25.1.11 | 1,662 | 5/5/2026 |
| 25.1.10 | 7,465 | 4/6/2026 |
| 25.1.9 | 1,544 | 3/2/2026 |