WPF.Custom.PopupDialogs 1.3.1

dotnet add package WPF.Custom.PopupDialogs --version 1.3.1
NuGet\Install-Package WPF.Custom.PopupDialogs -Version 1.3.1
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="WPF.Custom.PopupDialogs" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPF.Custom.PopupDialogs --version 1.3.1
#r "nuget: WPF.Custom.PopupDialogs, 1.3.1"
#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.
// Install WPF.Custom.PopupDialogs as a Cake Addin
#addin nuget:?package=WPF.Custom.PopupDialogs&version=1.3.1

// Install WPF.Custom.PopupDialogs as a Cake Tool
#tool nuget:?package=WPF.Custom.PopupDialogs&version=1.3.1

The objective of developing this project is to facilitate users in implementing customized modal popups in WPF, especially within the MVVM pattern. It offers a straightforward implementation process, allowing users to create modal popups tailored to their project's specific themes and requirements.

Here are the steps to use this project:

1, Tutorial video link :"https://youtu.be/KHNYFUVjBE8"

  1. Installation:

    • Install the NuGet package
  2. Initial configuration setup is required.

  3. After the initial setup is finished, users can utilize the following modal custom message box. "ComprehensiveCustomAlertModalPopup","ComprehensiveCustomConfirmModalPopup","CustomAlertModalPopup","CustomConfirmModalPopup"

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  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.
  • .NETFramework 4.6.2

    • No dependencies.

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
1.3.1 143 10/8/2023
1.2.0 149 10/8/2023
1.0.1 114 10/8/2023
1.0.0 114 9/30/2023

THIS PACKAGE CONTAINS CUSTOM MODAL POPUP OF "CustomConfirmModalPopup","CustomAlertModalPopup","ComprehensiveCustomAlertModalPopup","ComprehensiveCustomConfirmModalPopup".You can check this tutorial URL "https://youtu.be/KHNYFUVjBE8"