diff --git a/wpf-toc.html b/wpf-toc.html index d4c9f0ffff..2febfea909 100644 --- a/wpf-toc.html +++ b/wpf-toc.html @@ -69,7 +69,8 @@
  • Add Item
  • Troubleshooting
  • Add References
  • -
  • Check for Updates
  • +
  • Check for Updates
  • +
  • Notifications
  • diff --git a/wpf/Visual-Studio-Integration/Notification-Images/wpf-build.png b/wpf/Visual-Studio-Integration/Notification-Images/wpf-build.png new file mode 100644 index 0000000000..37ada88579 Binary files /dev/null and b/wpf/Visual-Studio-Integration/Notification-Images/wpf-build.png differ diff --git a/wpf/Visual-Studio-Integration/Notification-Images/wpf-invalid.png b/wpf/Visual-Studio-Integration/Notification-Images/wpf-invalid.png new file mode 100644 index 0000000000..2a0a2d2201 Binary files /dev/null and b/wpf/Visual-Studio-Integration/Notification-Images/wpf-invalid.png differ diff --git a/wpf/Visual-Studio-Integration/Notification-Images/wpf-nuget.png b/wpf/Visual-Studio-Integration/Notification-Images/wpf-nuget.png new file mode 100644 index 0000000000..dfd45394cb Binary files /dev/null and b/wpf/Visual-Studio-Integration/Notification-Images/wpf-nuget.png differ diff --git a/wpf/Visual-Studio-Integration/Notification-Images/wpf-optionPage.png b/wpf/Visual-Studio-Integration/Notification-Images/wpf-optionPage.png new file mode 100644 index 0000000000..5632462add Binary files /dev/null and b/wpf/Visual-Studio-Integration/Notification-Images/wpf-optionPage.png differ diff --git a/wpf/Visual-Studio-Integration/Notification-Images/wpf-trial.png b/wpf/Visual-Studio-Integration/Notification-Images/wpf-trial.png new file mode 100644 index 0000000000..7a31baefa5 Binary files /dev/null and b/wpf/Visual-Studio-Integration/Notification-Images/wpf-trial.png differ diff --git a/wpf/Visual-Studio-Integration/Syncfusion-Notifications.md b/wpf/Visual-Studio-Integration/Syncfusion-Notifications.md new file mode 100644 index 0000000000..6a7534c698 --- /dev/null +++ b/wpf/Visual-Studio-Integration/Syncfusion-Notifications.md @@ -0,0 +1,52 @@ +--- +layout: post +title: Notifications | Wpf | Syncfusion +description: For displaying the notifications about trial and newer version update information for Syncfusion applications. +platform: Wpf +control: Syncfusion Extensions +documentation: ug +--- + +# Syncfusion Notifications + +Syncfusion enhances the user experience in WPF applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion trial assemblies, updates regarding the availability of the latest Syncfusion NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion ensures that developers stay updated with Syncfusion latest features and enhancements. + +N> The Syncfusion Notification feature is available from Essential Studio v22.1.34. + +## Notification Configuration + +The Syncfusion Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. + +It can be accessed by clicking **Tools -> Options -> Syncfusion -> WPF** + + ![Option Page](Notification-Images/wpf-optionPage.png) + +## Notification Types + +**1. Syncfusion Trial Application Notification** + +When you utilize Syncfusion trial assemblies in your WPF application, you will receive a notification stating, **This application uses a trial Syncfusion license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion. + + ![Trial Notification](Notification-Images/wpf-trial.png) + +**2. Newer Syncfusion NuGet Package Notification** + +If you have installed lower versions of Syncfusion NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. + + ![NuGet Notification](Notification-Images/wpf-nuget.png) + +**3. Newer Essential Studio Build Notification** + +If you use older versions of Syncfusion assemblies or NuGet packages from **Essential Studio WPF,** Syncfusion will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion in your WPF development projects. + + ![Build Notification](Notification-Images/wpf-build.png) + +**4. Invalid License Key Notification** + +If you have mistakenly used an incorrect license key or used a license from another version or platform in your WPF application, Syncfusion will display a notification message stating, **The provided Syncfusion license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion components. + + ![Invalid Notification](Notification-Images/wpf-invalid.png) + + + +