How to load Syncfusion Windows Forms controls using NuGet Package?
Adding Syncfusion controls using NuGet package
In Visual Studio 2015, Syncfusion Windows Forms controls can be loaded using NuGet Packages instead of installing Complete Essential studio build. This can be achieved by following the below steps.
Step 1:
Right click the Project and Select “Manage NuGet Packages”.

Step 2:
Select Settings as mentioned in the Screenshot.

Step 3:
Select “Plus” icon to add new NuGet Packages into Visual Studio.

Step 4:
Set Name for the package and mention the location of it in the Source and click "Update".

Step 5:
Now, NuGet packages are added into Visual Studio, which can be used by selecting the name of the packages.

Step 6:
Browse the necessary controls and install the required assemblies.

Step 7:
Now the Windows Forms controls can be used with the help of the installed Assembly.
