Skip to content

Added the Trademark symbol®- SfAccordion, SfChat,SfExpander, SfListView, SfPopup,SfPulltoRefresh and SfTreeView Controls #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v28.1.33
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions Xamarin/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ You can add SfAccordion reference using one of the following methods:

**Method 1: Adding SfAccordion reference from nuget.org**

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfAccordion to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Expander](https://www.nuget.org/packages/Syncfusion.Xamarin.Expander), and then install it.
Syncfusion<sup>®</sup> Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfAccordion to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Expander](https://www.nuget.org/packages/Syncfusion.Xamarin.Expander), and then install it.

![Adding SfAccordion reference from NuGet](accordion_images/adding-sfaccordion-reference.png)

N> Install the same version of Expander NuGet in all the projects.

**Method 2: Adding SfAccordion reference from toolbox**

Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfAccordion control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
Syncfusion<sup>®</sup> also provides Xamarin Toolbox. Using this toolbox, you can drag the SfAccordion control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion<sup>®</sup> Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).

**Method 3: Adding SfAccordion assemblies manually from the installed location**

Expand Down Expand Up @@ -81,9 +81,9 @@ Syncfusion.Licensing.dll<br/>
</tr>
</table>

N> To learn more about obtaining Syncfusion components, refer to these links:  [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).
N> To learn more about obtaining Syncfusion<sup>®</sup> components, refer to these links:  [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Xamarin application to use Syncfusion components.
I> Starting with v16.2.0.x, if you reference Syncfusion<sup>®</sup> assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion<sup>®</sup> license key in your Xamarin application to use Syncfusion<sup>®</sup> components.

## Launching the accordion on each platform

Expand Down
10 changes: 5 additions & 5 deletions Xamarin/Chat/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Ve

## NuGet configuration

To install the required NuGet for the SfChat control in the application, configure the NuGet packages of the Syncfusion components.
To install the required NuGet for the SfChat control in the application, configure the NuGet packages of the Syncfusion<sup>®</sup> components.

Refer to the following KB to configure the NuGet packages of the Syncfusion components:
Refer to the following KB to configure the NuGet packages of the Syncfusion<sup>®</sup> components:

[How to configure package source and install Syncfusion NuGet packages in an existing project?](https://support.syncfusion.com/kb/article/6565/how-to-configure-package-source-and-install-syncfusion-nuget-packages-in-an-existing)

Expand All @@ -45,15 +45,15 @@ You can add SfChat reference using one of the following methods:

**Method 1: Adding SfChat reference from nuget.org**

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfChat to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfChat](https://www.nuget.org/packages/Syncfusion.Xamarin.SfChat), and then install it.
Syncfusion<sup>®</sup> Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfChat to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfChat](https://www.nuget.org/packages/Syncfusion.Xamarin.SfChat), and then install it.

![Adding Xamarin Chat reference from NuGet](Getting-started_images/Adding_SfChat_reference.png)

N> Install the same version of SfChat NuGet in all the projects.

**Method 2: Adding SfChat reference from toolbox**

Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfChat control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
Syncfusion<sup>®</sup> also provides Xamarin Toolbox. Using this toolbox, you can drag the SfChat control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion<sup>®</sup> Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).

**Method 3: Adding SfChat assemblies manually from the installed location**

Expand Down Expand Up @@ -82,7 +82,7 @@ Location: {Installed location}/{version}/Xamarin/lib

N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
I> Starting with v16.2.0.x, if you reference Syncfusion<sup>®</sup> assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion<sup>®</sup> license key in your Xamarin application to use our components.

## Launching the SfChat on each platform

Expand Down
8 changes: 4 additions & 4 deletions Xamarin/Expander/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ You can add SfExpander reference using one of the following methods:

**Method 1: Adding SfExpander reference from nuget.org**

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfExpander to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Expander](https://www.nuget.org/packages/Syncfusion.Xamarin.Expander), and then install it.
Syncfusion<sup>®</sup> Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfExpander to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.Expander](https://www.nuget.org/packages/Syncfusion.Xamarin.Expander), and then install it.

![Adding SfExpander reference from NuGet](expander_images/adding-sfexpander-reference.png)

N> Install the same version of Expander NuGet in all the projects.

**Method 2: Adding SfExpander reference from toolbox**

Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the `SfExpander` control to the XAML page. It will automatically install the required [NuGet packages](https://help.syncfusion.com/xamarin/visual-studio-integration/nuget-packages) and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
Syncfusion<sup>®</sup> also provides Xamarin Toolbox. Using this toolbox, you can drag the `SfExpander` control to the XAML page. It will automatically install the required [NuGet packages](https://help.syncfusion.com/xamarin/visual-studio-integration/nuget-packages) and add the namespace to the page. To install Syncfusion<sup>®</sup> Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).

**Method 3: Adding SfExpander assemblies manually from the installed location**

Expand Down Expand Up @@ -81,9 +81,9 @@ Syncfusion.Licensing.dll<br/>
</tr>
</table>

N> To learn more about obtaining Syncfusion components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).
N> To learn more about obtaining Syncfusion<sup>®</sup> components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Xamarin application to use Syncfusion components.
I> Starting with v16.2.0.x, if you reference Syncfusion<sup>®</sup> assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion<sup>®</sup> license key in your Xamarin application to use Syncfusion<sup>®</sup> components.

## Launching the expander on each platform

Expand Down
6 changes: 3 additions & 3 deletions Xamarin/ListView/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ You can add SfListView reference using one of the following methods:

**Method 1: Adding SfListView reference from nuget.org**

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfListView to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfListView](https://www.nuget.org/packages/Syncfusion.Xamarin.SfListView), and then install it.
Syncfusion<sup>®</sup> Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfListView to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfListView](https://www.nuget.org/packages/Syncfusion.Xamarin.SfListView), and then install it.

![Adding SfListView reference from NuGet](SfListView_images/Adding SfListView reference.png)

N> Install the same version of SfListView NuGet in all the projects.

**Method 2: Adding SfListView reference from toolbox**

Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfListView control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
Syncfusion<sup>®</sup> also provides Xamarin Toolbox. Using this toolbox, you can drag the SfListView control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion<sup>®</sup> Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).

**Method 3: Adding SfListView assemblies manually from the installed location**

Expand Down Expand Up @@ -68,7 +68,7 @@ Location: {Installed location}/{version}/Xamarin/lib

N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
I> Starting with v16.2.0.x, if you reference Syncfusion<sup>®</sup> assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion<sup>®</sup> license key in your Xamarin application to use our components.

N> After adding the reference, an additional step is required for [iOS](https://help.syncfusion.com/xamarin/listview/getting-started#ios) and [UWP](https://help.syncfusion.com/xamarin/listview/getting-started#universal-windows-platform-uwp) projects. For UWP alone, one more additional step is required if the project is built-in release mode with .NET Native tool chain is enabled. You can refer to this [KB article](https://support.syncfusion.com/kb/article/7557/how-to-overcome-the-crash-system-reflection-missingmetadataexception-when) for more details. If you are adding the references from toolbox, this step is not needed.

Expand Down
10 changes: 5 additions & 5 deletions Xamarin/Popup/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ N> Assemblies can be found in unzipped package location(Documents/Syncfusion/{Ve

## NuGet configuration

To install the required NuGet for the Xamarin Popup (SfPopupLayout) control in the application, configure the [NuGet packages](https://help.syncfusion.com/xamarin/visual-studio-integration/nuget-packages) of the Syncfusion components.
To install the required NuGet for the Xamarin Popup (SfPopupLayout) control in the application, configure the [NuGet packages](https://help.syncfusion.com/xamarin/visual-studio-integration/nuget-packages) of the Syncfusion<sup>®</sup> components.

Refer to the following KB to configure the NuGet package of the Syncfusion components:
Refer to the following KB to configure the NuGet package of the Syncfusion<sup>®</sup> components:

[How to configure package source and install Syncfusion NuGet packages in an existing project?](https://support.syncfusion.com/kb/article/6565/how-to-configure-package-source-and-install-syncfusion-nuget-packages-in-an-existing)

Expand All @@ -46,15 +46,15 @@ You can add Xamarin Popup (SfPopupLayout) reference using one of the following m

**Method 1: Adding SfPopupLayout reference from nuget.org**

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfPopupLayout to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfPopupLayout](https://www.nuget.org/packages/Syncfusion.Xamarin.SfPopupLayout), and then install it.
Syncfusion<sup>®</sup> Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfPopupLayout to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfPopupLayout](https://www.nuget.org/packages/Syncfusion.Xamarin.SfPopupLayout), and then install it.

![Adding SfPopupLayout reference from NuGet](GettingStarted_images/Adding SfPopupLayout reference.png)

N> Install the same version of SfPopupLayout NuGet in all the projects.

**Method 2: Adding SfPopupLayout reference from toolbox**

Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfPopupLayout control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
Syncfusion<sup>®</sup> also provides Xamarin Toolbox. Using this toolbox, you can drag the SfPopupLayout control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion<sup>®</sup> Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).

**Method 3: Adding SfPopupLayout assemblies manually from the installed location**

Expand Down Expand Up @@ -83,7 +83,7 @@ Location: {Installed location}/{version}/Xamarin/lib

N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/web-installer/how-to-download).

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion<sup>®</sup> license key in your Xamarin application to use our components.

## Launching the SfPopupLayout on each platform

Expand Down
Loading