NuExt.DevExpress.Mvvm.MahApps.Metro
0.2.0-pre
dotnet add package NuExt.DevExpress.Mvvm.MahApps.Metro --version 0.2.0-pre
NuGet\Install-Package NuExt.DevExpress.Mvvm.MahApps.Metro -Version 0.2.0-pre
<PackageReference Include="NuExt.DevExpress.Mvvm.MahApps.Metro" Version="0.2.0-pre" />
paket add NuExt.DevExpress.Mvvm.MahApps.Metro --version 0.2.0-pre
#r "nuget: NuExt.DevExpress.Mvvm.MahApps.Metro, 0.2.0-pre"
// Install NuExt.DevExpress.Mvvm.MahApps.Metro as a Cake Addin #addin nuget:?package=NuExt.DevExpress.Mvvm.MahApps.Metro&version=0.2.0-pre&prerelease // Install NuExt.DevExpress.Mvvm.MahApps.Metro as a Cake Tool #tool nuget:?package=NuExt.DevExpress.Mvvm.MahApps.Metro&version=0.2.0-pre&prerelease
NuExt.DevExpress.Mvvm.MahApps.Metro
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.
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:
- Go to
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...
. - Search for
NuExt.DevExpress.Mvvm.MahApps.Metro
. - Click "Install".
Usage Examples
For comprehensive examples of how to use the package, refer to the samples directory in the repository. These samples illustrate best practices for using DevExpress MVVM and MahApps.Metro with these extensions.
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-windows7.0 is compatible. |
.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
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.DevExpress.Mvvm (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
-
net8.0-windows7.0
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.DevExpress.Mvvm (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
-
net9.0-windows7.0
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.DevExpress.Mvvm (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.