Add Syncfusion License Key

I want to:

Demo Video

Below 🎬 video shows how to Add Syncfusion License Key in Visual Studio 2022.

Add Syncfusion License Key

Get License Key

Open Syncfusion Dashboard
Figure: Open Syncfusion Dashboard
  • Now go to “Claim License Key” as shown in below 👇🏻 image.
Select Claim License Option
Figure: Select Claim License Option
  • A new page open and select “COPY TO CLIPBOARD” as shown in below 👇🏻 image.
Select Copy Key Option
Figure: Select Copy Key Option

Add Syncfusion Key

In this section we add Syncfusion Key Window.

  • Open “App.xaml.cs” file as shown in below 👇🏻 image.
Open App XAML File
Figure: Open App XAML File
  • Create a Constructor for this “App.xaml.cs” file as shown in below 👇🏻 image.
Create Constructor
Figure: Create Constructor
  • Register Syncfusion license shown in below 👇🏻 image.
Register License Key
Figure: Register License Key
public App()
{
    SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
}

Final Result

Now we run the application as shown in below 👇🏻 image.

Run Application
Figure: Run Application

Now we did not see License message since we add our License Key.

This is it !!!

I hope my efforts will helpful to someone!

If you found anything to add or update, please let me know on my e-mail.

Hope this post helps you to Add Syncfusion License Key.

If you like the post then please share it with your friends also.

Do let me know by you like this post or not!

Till then, Happy learning!!!