NuExt.DevExpress.Mvvm 0.7.3

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

NuExt.DevExpress.Mvvm

NuGet Build License Downloads

NuExt.DevExpress.Mvvm is a NuGet package that offers a suite of extensions and utilities for the DevExpress MVVM Framework. The focus of this package is on asynchronous operations, enhancing the core capabilities of the DevExpress MVVM framework and simplifying the implementation of the Model-View-ViewModel (MVVM) pattern in WPF applications. It provides developers with tools to efficiently handle async tasks, improve application responsiveness, and reduce routine work.

Migration Note

If you are starting a new project or planning to modernize an existing one, consider using the 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 Minimal.Mvvm stack is recommended for new development due to its clearer architecture, smaller surface area, and async‑first design.

Learn more:

Commonly Used Types

  • DevExpress.Mvvm.Bindable: Base class for creating bindable objects.
  • DevExpress.Mvvm.ViewModel: Base class for ViewModels designed for asynchronous initialization and disposal.
  • DevExpress.Mvvm.ControlViewModel: Base class for control-specific ViewModels.
  • DevExpress.Mvvm.DocumentContentViewModelBase: Base class for ViewModels that represent document content.
  • DevExpress.Mvvm.WindowViewModel: Base class for window-specific ViewModels.
  • DevExpress.Mvvm.AsyncCommandManager: Manages instances of IAsyncCommand.
  • DevExpress.Mvvm.IAsyncDialogService: Displays dialog windows asynchronously.
  • DevExpress.Mvvm.IAsyncDocument: Asynchronous document created with IAsyncDocumentManagerService.
  • DevExpress.Mvvm.IAsyncDocumentManagerService: Manages asynchronous documents.
  • DevExpress.Mvvm.UI.OpenWindowsService: Manages open window ViewModels within the application.
  • DevExpress.Mvvm.UI.SettingsService: Facilitates saving and loading settings.
  • DevExpress.Mvvm.UI.TabbedDocumentUIService: Manages tabbed documents within a UI.
  • DevExpress.Mvvm.UI.WindowPlacementService: Saves and restores window placement between runs.

Installation

You can install NuExt.DevExpress.Mvvm via NuGet:

dotnet add package NuExt.DevExpress.Mvvm

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.
  3. Click "Install".

Usage Examples

For comprehensive examples of how to use the package, refer to the WpfAppSample and the NuExt.DevExpress.Mvvm.MahApps.Metro repository.

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

Showing the top 1 NuGet packages that depend on NuExt.DevExpress.Mvvm:

Package Downloads
NuExt.DevExpress.Mvvm.MahApps.Metro

Extensions for the MahApps.Metro toolkit using the DevExpress MVVM Framework for streamlined Metro-style WPF app development.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.3 95 3/16/2026
0.7.1 101 3/2/2026
0.7.0 148 2/13/2026
0.6.0 390 1/11/2026
0.5.2 689 12/15/2025
0.5.1 613 12/14/2025
0.4.1 859 12/10/2025
0.4.0 636 12/5/2025
0.3.2 1,345 1/22/2025
0.3.1 1,308 1/19/2025
0.3.0 1,276 1/13/2025
0.2.0 730 11/14/2024
Loading failed