DevExpress.Wpf.Controls 26.1.5-pre-26241

Prefix Reserved
This is a prerelease version of DevExpress.Wpf.Controls.
There is a newer prerelease version of this package available.
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
                    
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.Controls" Version="26.1.5-pre-26241" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Wpf.Controls" Version="26.1.5-pre-26241" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Wpf.Controls" />
                    
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.Controls --version 26.1.5-pre-26241
                    
#r "nuget: DevExpress.Wpf.Controls, 26.1.5-pre-26241"
                    
#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.Controls@26.1.5-pre-26241
                    
#: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.Controls&version=26.1.5-pre-26241&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Wpf.Controls&version=26.1.5-pre-26241&prerelease
                    
Install as a Cake Tool

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 UIHamburgerMenu, NavigationFrame, PageAdornerControl, and AppBar help 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:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

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.

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