DevExpress.Wpf.Dialogs 26.1.5

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

DevExpress WPF Dialogs

DevExpress.Wpf.Dialogs includes DevExpress alternatives to standard WPF dialogs with support for DevExpress themes. DXOpenFileDialog, DXSaveFileDialog, and DXFolderBrowserDialog expose the same API as their Microsoft.Win32 counterparts.

dotnet add package DevExpress.Wpf.Dialogs

Included Components

  • DXOpenFileDialog: Selects one or more files. Multiselect enables multiple selection.
  • DXSaveFileDialog: Specifies a target file name and location.
  • DXFolderBrowserDialog: Selects a folder.

Key Features

  • Familiar API: Filter, InitialDirectory, FileName, and ShowDialog behave as in standard WPF dialogs.
  • Multiple View Modes: Users switch between details, list, and icon presentations of the file list.
  • File Filters: The Filter property drives the file-type selector, as in the standard dialogs.
  • Multi-Selection: Multiselect allows users to pick several files in the open dialog.
  • Navigation: A folder tree, address bar, and context menus support the same navigation habits as the shell dialogs.

Examples

Example: Show a Themed Open File Dialog

using DevExpress.Xpf.Dialogs;

var dialog = new DXOpenFileDialog {
    Filter = "Text Files (*.txt)|*.txt|All Files (*.*)|*.*",
    Multiselect = true
};

if(dialog.ShowDialog() == true) {
    foreach(string fileName in dialog.FileNames) {
        // Process the selected file.
    }
}

The dialog behaves as follows:

  • Filters the file list by the specified file types
  • Allows several files to be selected

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 - DevExpress WPF core libraries, themes, and ThemedWindow.

dotnet add package DevExpress.Wpf.Core

DevExpress.Wpf.Controls - DevExpress WPF utility and navigation controls.

dotnet add package DevExpress.Wpf.Controls

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

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

Package Downloads
DevExpress.Wpf

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

DevExpress.Wpf.Dialogs.de

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

DevExpress.Wpf.Dialogs.es

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

DevExpress.Wpf.Dialogs.ja

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

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/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5 195 9/18/2026
26.1.5-pre-26248 130 9/11/2026
26.1.5-pre-26241 143 9/2/2026
26.1.5-pre-26235 151 8/26/2026
26.1.5-pre-26227 164 8/18/2026
26.1.4 8,889 8/7/2026
26.1.3 11,829 6/18/2026
25.2.9 948 8/3/2026
25.2.8 5,420 6/10/2026
25.2.7 7,456 5/6/2026
25.2.6 12,207 4/7/2026
25.1.13 313 7/31/2026
25.1.12 318 6/10/2026
25.1.11 1,212 5/5/2026
25.1.10 437 4/6/2026
25.1.9 1,444 3/2/2026
Loading failed