Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion wpf-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
<li><a href="/wpf/Visual-Studio-Integration/Add-Item">Add Item</a></li>
<li><a href="/wpf/Visual-Studio-Integration/Troubleshooting">Troubleshooting</a></li>
<li><a href="/wpf/Visual-Studio-Integration/Add-References">Add References</a></li>
<li><a href="/wpf/Visual-Studio-Integration/Check-for-Updates">Check for Updates</a></li>
<li><a href="/wpf/Visual-Studio-Integration/Check-for-Updates">Check for Updates</a></li>
<li><a href="/wpf/Visual-Studio-Integration/Syncfusion-Notifications">Notifications</a></li>
</ul>
</li>
<li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions wpf/Visual-Studio-Integration/Syncfusion-Notifications.md
Original file line number Diff line number Diff line change
@@ -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)