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
<PackageReference Include="DevExpress.Wpf.Dialogs" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.Dialogs" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.Dialogs" />
paket add DevExpress.Wpf.Dialogs --version 26.1.5
#r "nuget: DevExpress.Wpf.Dialogs, 26.1.5"
#:package DevExpress.Wpf.Dialogs@26.1.5
#addin nuget:?package=DevExpress.Wpf.Dialogs&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.Dialogs&version=26.1.5
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.Multiselectenables multiple selection.DXSaveFileDialog: Specifies a target file name and location.DXFolderBrowserDialog: Selects a folder.
Key Features
- Familiar API:
Filter,InitialDirectory,FileName, andShowDialogbehave as in standard WPF dialogs. - Multiple View Modes: Users switch between details, list, and icon presentations of the file list.
- File Filters: The
Filterproperty drives the file-type selector, as in the standard dialogs. - Multi-Selection:
Multiselectallows 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.
Related Components/Packages
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.
- DevExpress WPF Dialogs - File Dialogs
- DevExpress WPF Dialogs - ThemedWindow Dialogs
- DevExpress WPF Dialogs - ThemedWindow
Documentation
- OpenFile, SaveFile, and FolderBrowser Dialogs
- DXOpenFileDialog Class Reference
- DXSaveFileDialog Class Reference
- DXFolderBrowserDialog Class Reference
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)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Win.Dialogs.Core (= 26.1.5)
- DevExpress.Wpf.Controls (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
-
net8.0-windows
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Win.Dialogs.Core (= 26.1.5)
- DevExpress.Wpf.Controls (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
- DevExpress.Wpf.Grid.Core (= 26.1.5)
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 |