Skip to content

Commit 96ddcdc

Browse files
Merge pull request #1018 from syncfusion-content/EXT-Add-Trademark-Symbol
Added Trademark Symbol
2 parents 400a1c8 + 9008178 commit 96ddcdc

File tree

10 files changed

+43
-43
lines changed

10 files changed

+43
-43
lines changed

Xamarin/Visual-Studio-Integration/Check-for-Updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ control: Visual Studio Extensions
77
documentation: ug
88
---
99

10-
# Check for Updates in Syncfusion Xamarin
10+
# Check for Updates in Syncfusion® Xamarin
1111

12-
Syncfusion provides Extensions to update the most recent version of the Essential Studio® release. Installing the most recent version ensures that you always have the most up-to-date features, fixes, and improvements.
12+
Syncfusion® provides Extensions to update the most recent version of the Essential Studio® release. Installing the most recent version ensures that you always have the most up-to-date features, fixes, and improvements.
1313

14-
I> The Syncfusion Check for updates is available from v17.1.0.32.
14+
I> The Syncfusion® Check for updates is available from v17.1.0.32.
1515

1616
You can check updates availability in Visual Studio, and then install the update version if required.
1717

@@ -27,4 +27,4 @@ You can check updates availability in Visual Studio, and then install the update
2727

2828
![Syncfusion check for updates wizard](Check_for_Updates_images/Check-for-Updates_images-img2.png)
2929

30-
3. You can download the Syncfusion Essential Studio® from the Syncfusion website by selecting **Download**.
30+
3. You can download the Syncfusion Essential Studio from the Syncfusion website by selecting **Download**.

Xamarin/Visual-Studio-Integration/Create-Project.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ control: Syncfusion Extensions
77
documentation: ug
88
---
99

10-
# Creating Syncfusion Xamarin Application
10+
# Creating Syncfusion® Xamarin Application
1111

12-
Syncfusion provides Visual Studio Project Templates for the Syncfusion Xamarin platform, allowing you to quickly develop a Syncfusion Xamarin application by just adding the needed Syncfusion NuGet packages for the control you want to use.
12+
Syncfusion® provides Visual Studio Project Templates for the Syncfusion® Xamarin platform, allowing you to quickly develop a Syncfusion® Xamarin application by just adding the needed Syncfusion® NuGet packages for the control you want to use.
1313

14-
I> The Syncfusion Xamarin Project Templates are available from v16.2.0.41.
14+
I> The Syncfusion® Xamarin Project Templates are available from v16.2.0.41.
1515

1616
To create the **Syncfusion Xamarin Application** in Visual Studio, follow these steps
1717

1818
> Check whether the **Xamarin Extensions - Syncfusion** are installed or not in Visual Studio Extension Manager by going to **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later, and for Visual Studio 2017 or lower by going to **Tools -> Extensions and Updates -> Installed**. If this extension not installed, please install the extension by follow the steps from the [download and installation](download-and-installation) help topic.
1919
20-
1. Follow one of the instructions below to create a Syncfusion Xamarin project
20+
1. Follow one of the instructions below to create a Syncfusion® Xamarin project
2121

2222
**Option 1:**
2323
Click **Extensions->Syncfusion** Menu and choose **Essential Studio® for Xamarin > Create New Syncfusion Project…** in **Visual Studio**.
@@ -39,15 +39,15 @@ To create the **Syncfusion Xamarin Application** in Visual Studio, follow these
3939

4040
2. Click **OK** once you've given the **project name**, selected a destination location, and set the project's Framework. The Project Configuration Wizard is now displayed.
4141

42-
3. Choose the Project, Android, iOS, and UWP by on/off in the following Project Configuration window to configure the Syncfusion Xamarin Application.
42+
3. Choose the Project, Android, iOS, and UWP by on/off in the following Project Configuration window to configure the Syncfusion® Xamarin Application.
4343

4444
![Syncfusion Xamarin project configuaration wizard](Syncfusion_Project_Templates_images/xamarin-project-creation-configuration-wizard.jpeg)
4545

4646
**Project Configuration:**
4747

48-
**Assemblies From:** Choose NuGet or Installed Location to load the Syncfusion Xamarin reference into Xamarin Application.
48+
**Assemblies From:** Choose NuGet or Installed Location to load the Syncfusion® Xamarin reference into Xamarin Application.
4949

50-
N> Installed location option will be shown only when the Syncfusion Xamarin setup has been installed.
50+
N> Installed location option will be shown only when the Syncfusion® Xamarin setup has been installed.
5151

5252
**Android**
5353

@@ -59,19 +59,19 @@ To create the **Syncfusion Xamarin Application** in Visual Studio, follow these
5959
1. **Target Device:** Choose the Xamarin.iOS device of Xamarin.iOS project either Unified, iPhone/iPod, or iPad.
6060
2. **Target Version:** Select the Xamarin.iOS Project version.
6161

62-
**Choose controls:** To create the Syncfusion Xamarin application, choose at least one Syncfusion control.
62+
**Choose controls:** To create the Syncfusion® Xamarin application, choose at least one Syncfusion® control.
6363

64-
N> If you want to add other Syncfusion Xamarin controls in the created Syncfusion Xamarin application, you can use our [Syncfusion Xamarin toolbox](https://help.syncfusion.com/xamarin/visual-studio-integration/toolbox-control)
64+
N> If you want to add other Syncfusion® Xamarin controls in the created Syncfusion® Xamarin application, you can use our [Syncfusion Xamarin toolbox](https://help.syncfusion.com/xamarin/visual-studio-integration/toolbox-control)
6565

6666
![Choose Syncfusion Xamarin control](Syncfusion_Project_Templates_images/xamarin-project-creation-control-selection.png)
6767

68-
4. The Syncfusion Xamarin Application has been created when you click **Create**.
68+
4. The Syncfusion® Xamarin Application has been created when you click **Create**.
6969

7070
N> Choose any one of the project type and controls from Project Configuration Wizard.
7171

7272
![Selected Syncfusion Xamarin control assemblies added to the UWP project](Syncfusion_Project_Templates_images/xamarin-project-creation-added-assemblies.PNG)
7373

74-
5. Based on the control selected, required Syncfusion NuGet/Assemblies and configuration have been added to the project.
74+
5. Based on the control selected, required Syncfusion® NuGet/Assemblies and configuration have been added to the project.
7575

7676
**Net Standard /PCL**
7777

@@ -97,7 +97,7 @@ To create the **Syncfusion Xamarin Application** in Visual Studio, follow these
9797

9898
![Selected Syncfusion Xamarin control assemblies added to the UWP project](Syncfusion_Project_Templates_images/xamarin-project-creation-controls-uwp.jpeg)
9999

100-
6. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio®.
100+
6. Then, Syncfusion® licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio®.
101101

102102
![Syncfusion license registration required information dialog in Syncfusion Xamarin Project](Syncfusion_Project_Templates_images/xamarin-project-creation-license-registration.jpeg)
103103

Xamarin/Visual-Studio-Integration/Download-and-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ documentation: ug
1010

1111
# Download and Installation
1212

13-
In below Visual Studio marketplace link, Syncfusion publishing the Xamarin Visual Studio extension. You can either use the Visual Studio to install it or go to the Visual Studio marketplace to download and install it.
13+
In below Visual Studio marketplace link, Syncfusion® publishing the Xamarin Visual Studio extension. You can either use the Visual Studio to install it or go to the Visual Studio marketplace to download and install it.
1414

1515
[Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.XamarinVSExtension)
1616

1717
[Visual Studio 2019 or lower](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.XamarinExtension)
1818

1919
## Install through the Visual Studio Manage Extensions
2020

21-
The steps below assist you to how to install the Syncfusion Xamarin extensions from Visual Studio **Manage Extensions**.
21+
The steps below assist you to how to install the Syncfusion® Xamarin extensions from Visual Studio **Manage Extensions**.
2222

2323
1. Open the Visual Studio.
2424
2. Navigate to **Extension -> Manage Extensions** and open the Manage Extensions.
Loading

Xamarin/Visual-Studio-Integration/Essential-UI-Kit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Install the appropriate Xamarin UI Kit Extension in Visual Studio by downloading
3939

4040
![Edit page Name in Xamarin Visual studio Intergration](Essential_UI_Kit_images/xamarin-visual-studio-intergration-edit-page-name.png)
4141

42-
6. The selected pages will be added along with View, View Model, Model classes, resource files and Syncfusion NuGet package reference,
42+
6. The selected pages will be added along with View, View Model, Model classes, resource files and Syncfusion® NuGet package reference,
4343

4444
![MVVM files in Xamarin Visual Studio Intergration](Essential_UI_Kit_images/xamarin-visual-studio-intergration-mvvm-files.png)
4545

4646
![Added NuGet in Xamarin Visual Studio Intergration](Essential_UI_Kit_images/xamarin-visual-studio-intergration-nuget.png)
4747

4848
![Added Resources in Xamarin Visual Studio Intergration](Essential_UI_Kit_images/xamarin-visual-studio-intergration-resources.png)
4949

50-
7. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio®.
50+
7. Then, Syncfusion® licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio®.
5151

5252
## Run the UI template item
5353

Xamarin/Visual-Studio-Integration/Overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ control: Syncfusion Extensions
77
documentation: ug
88
---
99

10-
# Xamarin Syncfusion Extensions Overview
10+
# Xamarin Syncfusion® Extensions Overview
1111

12-
The Syncfusion Xamarin Visual Studio extensions allow you to create a Xamarin application with Syncfusion components along with required NuGet packages in Visual Studio.
12+
The Syncfusion® Xamarin Visual Studio extensions allow you to create a Xamarin application with Syncfusion® components along with required NuGet packages in Visual Studio.
1313

14-
N> Syncfusion Extension is published in Visual Studio Marketplace. You can download Xamarin Extensions [here](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.XamarinExtension).
14+
N> Syncfusion® Extension is published in Visual Studio Marketplace. You can download Xamarin Extensions [here](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.XamarinExtension).
1515

16-
I> The Syncfusion Xamarin menu option is available from v17.1.0.32.
16+
I> The Syncfusion® Xamarin menu option is available from v17.1.0.32.
1717

18-
The Syncfusion provides the following extension supports in Visual Studio:
18+
The Syncfusion® provides the following extension supports in Visual Studio:
1919

20-
1. [Create Project](create-project): To create a Syncfusion Xamarin application by adding the required Syncfusion NuGet based on the control chosen.
21-
2. [Essential UI Kit](essential-ui-kit): Add the predefined Syncfusion Xamarin templates in Xamarin.Form and install the required Syncfusion NuGet packages.
22-
3. [Toolbox](toolbox-control): Add the Syncfusion Xamarin components in Xamarin.Forms designer from Syncfusion Toolbox.
20+
1. [Create Project](create-project): To create a Syncfusion® Xamarin application by adding the required Syncfusion® NuGet based on the control chosen.
21+
2. [Essential UI Kit](essential-ui-kit): Add the predefined Syncfusion® Xamarin templates in Xamarin.Form and install the required Syncfusion® NuGet packages.
22+
3. [Toolbox](toolbox-control): Add the Syncfusion® Xamarin components in Xamarin.Forms designer from Syncfusion® Toolbox.
2323

2424

2525
**Essential Studio® for Xamarin in Visual Studio**

Xamarin/Visual-Studio-Integration/Syncfusion-Notifications.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@ control: Syncfusion Extensions
77
documentation: ug
88
---
99

10-
# Syncfusion Notifications
10+
# Syncfusion® Notifications
1111

12-
Syncfusion enhances the user experience in Xamarin 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.
12+
Syncfusion® enhances the user experience in Xamarin 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.
1313

14-
N> The Syncfusion Notification feature is available from Essential Studio® v22.1.34.
14+
N> The Syncfusion® Notification feature is available from Essential Studio® v22.1.34.
1515

1616
## Notification Configuration
1717

18-
The Syncfusion Options page allows you to configure notification settings. Customize trial and newer version notifications with a simple true or false toggle.
18+
The Syncfusion® Options page allows you to configure notification settings. Customize trial and newer version notifications with a simple true or false toggle.
1919

2020
It can be accessed by clicking **Tools -> Options -> Syncfusion -> Xamarin**
2121

2222
![Option Page](Notification_images/xamarin-optionPage.png)
2323

2424
## Notification Types
2525

26-
**1. Syncfusion Trial Application Notification**
26+
**1. Syncfusion® Trial Application Notification**
2727

28-
When you utilize Syncfusion trial assemblies in your Xamarin 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.
28+
When you utilize Syncfusion® trial assemblies in your Xamarin 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®.
2929

3030
![Trial Notification](Notification_images/xamarin-trial.png)
3131

3232
**2. Newer Syncfusion NuGet Package Notification**
3333

34-
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.
34+
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.
3535

3636
![NuGet Notification](Notification_images/xamarin-nuget.png)
3737

3838
**3. Newer Essential Studio® Build Notification**
3939

40-
If you use older versions of Syncfusion assemblies or NuGet packages from **Essential Studio® Xamarin,** 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 Xamarin development projects.
40+
If you use older versions of Syncfusion® assemblies or NuGet packages from **Essential Studio® Xamarin,** 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 Xamarin development projects.
4141

4242
![Build Notification](Notification_images/xamarin-build.png)
4343

4444
**4. Invalid License Key Notification**
4545

46-
If you have mistakenly used an incorrect license key or used a license from another version or platform in your Xamarin 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.
46+
If you have mistakenly used an incorrect license key or used a license from another version or platform in your Xamarin 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.
4747

4848
![Invalid Notification](Notification_images/xamarin-invalid.png)
4949

0 commit comments

Comments
 (0)