NuExt.DevExpress.Mvvm
0.7.1
Prefix Reserved
See the version list below for details.
dotnet add package NuExt.DevExpress.Mvvm --version 0.7.1
NuGet\Install-Package NuExt.DevExpress.Mvvm -Version 0.7.1
<PackageReference Include="NuExt.DevExpress.Mvvm" Version="0.7.1" />
<PackageVersion Include="NuExt.DevExpress.Mvvm" Version="0.7.1" />
<PackageReference Include="NuExt.DevExpress.Mvvm" />
paket add NuExt.DevExpress.Mvvm --version 0.7.1
#r "nuget: NuExt.DevExpress.Mvvm, 0.7.1"
#:package NuExt.DevExpress.Mvvm@0.7.1
#addin nuget:?package=NuExt.DevExpress.Mvvm&version=0.7.1
#tool nuget:?package=NuExt.DevExpress.Mvvm&version=0.7.1
NuExt.DevExpress.Mvvm
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:
- https://www.nuget.org/packages/NuExt.Minimal.Mvvm
- https://www.nuget.org/packages/NuExt.Minimal.Behaviors.Wpf
- https://www.nuget.org/packages/NuExt.Minimal.Mvvm.Wpf
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 ofIAsyncCommand.DevExpress.Mvvm.IAsyncDialogService: Displays dialog windows asynchronously.DevExpress.Mvvm.IAsyncDocument: Asynchronous document created withIAsyncDocumentManagerService.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:
- Go to
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.... - Search for
NuExt.DevExpress.Mvvm. - 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 | Versions 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. |
-
.NETFramework 4.6.2
- DevExpressMvvm (>= 24.1.6)
- NuExt.System (>= 0.7.2)
-
.NETFramework 4.7.1
- DevExpressMvvm (>= 24.1.6)
- NuExt.System (>= 0.7.2)
-
net10.0-windows7.0
- DevExpressMvvm (>= 24.1.6)
- NuExt.System (>= 0.7.2)
-
net8.0-windows7.0
- DevExpressMvvm (>= 24.1.6)
- NuExt.System (>= 0.7.2)
-
net9.0-windows7.0
- DevExpressMvvm (>= 24.1.6)
- NuExt.System (>= 0.7.2)
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.