NuExt.DevExpress.Mvvm.MahApps.Metro 0.7.4-pre

Prefix Reserved
This is a prerelease version of NuExt.DevExpress.Mvvm.MahApps.Metro.
dotnet add package NuExt.DevExpress.Mvvm.MahApps.Metro --version 0.7.4-pre
                    
NuGet\Install-Package NuExt.DevExpress.Mvvm.MahApps.Metro -Version 0.7.4-pre
                    
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="NuExt.DevExpress.Mvvm.MahApps.Metro" Version="0.7.4-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuExt.DevExpress.Mvvm.MahApps.Metro" Version="0.7.4-pre" />
                    
Directory.Packages.props
<PackageReference Include="NuExt.DevExpress.Mvvm.MahApps.Metro" />
                    
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 NuExt.DevExpress.Mvvm.MahApps.Metro --version 0.7.4-pre
                    
#r "nuget: NuExt.DevExpress.Mvvm.MahApps.Metro, 0.7.4-pre"
                    
#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 NuExt.DevExpress.Mvvm.MahApps.Metro@0.7.4-pre
                    
#: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=NuExt.DevExpress.Mvvm.MahApps.Metro&version=0.7.4-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NuExt.DevExpress.Mvvm.MahApps.Metro&version=0.7.4-pre&prerelease
                    
Install as a Cake Tool

NuExt.DevExpress.Mvvm.MahApps.Metro

NuGet Build License Downloads

NuExt.DevExpress.Mvvm.MahApps.Metro is a NuGet package that provides extensions for integrating MahApps.Metro, a popular Metro-style UI toolkit for WPF applications, with the DevExpress MVVM Framework, a robust library designed to simplify and enhance the development of WPF applications using the Model-View-ViewModel (MVVM) pattern. This package includes services and components to facilitate the creation of modern, responsive, and visually appealing user interfaces using the MVVM pattern.

Migration Note

If you are starting a new project or planning to modernize an existing one, consider using the NuExt.Minimal.Mvvm.MahApps.Metro and NuExt.Minimal.Mvvm family instead of this package.

NuExt.Minimal.Mvvm, NuExt.Minimal.Behaviors.Wpf, and NuExt.Minimal.Mvvm.Wpf provide a more streamlined and predictable MVVM model with:

  • a minimal and dependency‑free core,
  • deterministic async command semantics,
  • lightweight ViewModel lifecycles,
  • explicit view/document/dialog composition,
  • clean integration with modern .NET and multi‑UI‑thread WPF scenarios.

This package remains functional and stable for existing applications, but the NuExt.Minimal.Mvvm.MahApps.Metro is recommended for new development.

Learn more:

Commonly Used Types

  • DevExpress.Mvvm.UI.DialogCoordinatorService: Provides dialog coordination services using MahApps.Metro dialogs.
  • DevExpress.Mvvm.UI.MetroDialogService: IAsyncDialogService implementation for Metro dialogs.
  • DevExpress.Mvvm.UI.MetroTabbedDocumentUIService: Manages tabbed documents within a UI.
  • MahApps.Metro.Controls.Dialogs.MetroDialog: The class used for custom dialogs.

Key Features

The MetroTabbedDocumentUIService class is responsible for managing tabbed documents within a UI that utilizes the Metro design language. It extends the DocumentUIServiceBase and implements interfaces for asynchronous document management and disposal. This service allows for the creation, binding, and lifecycle management of tabbed documents within controls such as MetroTabControl, UserControl, and Window.

Installation

You can install NuExt.DevExpress.Mvvm.MahApps.Metro via NuGet:

dotnet add package NuExt.DevExpress.Mvvm.MahApps.Metro

Or through the Visual Studio package manager:

  1. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....
  2. Search for NuExt.DevExpress.Mvvm.MahApps.Metro.
  3. Click "Install".

Usage Examples

For comprehensive examples of how to use the package, refer to the MetroWpfApp.

Contributing

Contributions are welcome! Feel free to submit issues, fork the repository, and send pull requests. Your feedback and suggestions for improvement are highly appreciated.

License

Licensed under the MIT License. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.4-pre 86 6/29/2026
0.7.3-pre 91 3/16/2026
0.7.1-pre 82 3/2/2026
0.7.0-pre 83 2/13/2026
0.6.0-pre 101 1/11/2026
0.5.2-pre 280 12/15/2025
0.5.1-pre 214 12/14/2025
0.4.1-pre 408 12/10/2025
0.4.0-pre 149 12/5/2025
0.3.2-pre 165 1/22/2025
0.3.1-pre 152 1/19/2025
0.3.0-pre 166 1/13/2025
0.2.0-pre 238 11/14/2024
Loading failed