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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Xamarin/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Accordion control allows content to be organized in a vertically stacked lis

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down
8 changes: 4 additions & 4 deletions Xamarin/Applying-patches/Applying-patches.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: post
title: Apply the Patch for Major\Service Pack Version | Syncfusion
description: Learn here about how to apply the patch for major or service pack version of Syncfusion Essential Studio.
description: Learn here about how to apply the patch for major or service pack version of Syncfusion Essential Studio®.
platform: xamarin
control: Essential Studio
control: Essential Studio®
documentation: ug
---

Expand All @@ -17,11 +17,11 @@ Syncfusion provides patch installer for major version or service pack version, e
The steps below show how to install a patch.


I> Before installing the patch, ensure that corresponding Essential Studio version platform has been installed in your machine.
I> Before installing the patch, ensure that corresponding Essential Studio® version platform has been installed in your machine.



1. Double-click the Syncfusion Essential Studio patch installer. The Syncfusion Essential Studio Service Pack opens.
1. Double-click the Syncfusion Essential Studio® patch installer. The Syncfusion Essential Studio® Service Pack opens.

![Welcome Wizard](Patches_images/Installing-a-Patch-Setup_img2.png)

Expand Down
2 changes: 1 addition & 1 deletion Xamarin/AutoComplete/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To get start quickly with [Xamarin AutoComplete](https://www.syncfusion.com/xama

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down
10 changes: 5 additions & 5 deletions Xamarin/Avatar-view/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section explains the steps required to work with the [`SfAvatarView`](https

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down Expand Up @@ -134,7 +134,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)

To launch the border in WPF, call the SfBorderRenderer.Init() method in the MainWindow constructor of the MainWindow class after the Xamarin.Forms framework has been initialized and before the LoadApplication method is called as demonstrated in the following code sample.

{% highlight C# %}
{% highlight c# %}

public partial class MainWindow : FormsApplicationPage
{
Expand All @@ -158,11 +158,11 @@ The [`SfAvatarView`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.Av

### Adding namespace for referred assemblies

{% tabs %}
{% highlight xaml %}
{% tabs %}
{% highlight xaml %}
xmlns:sfavatar="clr-namespace:Syncfusion.XForms.AvatarView;assembly=Syncfusion.Core.XForms"
{% endhighlight %}
{% highlight C# %}
{% highlight c# %}
using Syncfusion.XForms.AvatarView;
{% endhighlight %}
{% endtabs %}
Expand Down
30 changes: 15 additions & 15 deletions Xamarin/Backdrop-Page/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section explains the steps required to configure the backdrop page.

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down Expand Up @@ -71,7 +71,7 @@ N> If you are adding the references from toolbox, below steps are not needed.
To launch the backdrop page in iOS, call the `SfBackdropPageRenderer.Init()` method in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the `LoadApplication` method is called as demonstrated in the following code sample.


{% highlight C# %}
{% highlight c# %}

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Expand All @@ -88,7 +88,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)

To deploy the backdrop page in `Release` mode, initialize the backdrop page assemblies in the App.xaml.cs file in the UWP project as demonstrated in the following code sample.

{% highlight C# %}
{% highlight c# %}

// In App.xaml.cs
protected override void OnLaunched(LaunchActivatedEventArgs e)
Expand All @@ -113,9 +113,9 @@ Android platform does not require any additional configuration to render the bac

Create a page and import the SfBackdropPage namespace along with [XAML namespaces](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/xaml/namespaces) in Xamarin.Forms.

{% tabs %}
{% tabs %}

{% highlight xaml %}
{% highlight xaml %}

<?xml version="1.0" encoding="UTF-8"?>
<backdrop:SfBackdropPage
Expand All @@ -128,7 +128,7 @@ Create a page and import the SfBackdropPage namespace along with [XAML namespace

{% endhighlight %}

{% highlight C# %}
{% highlight c# %}

using Syncfusion.XForms.Backdrop;
namespace BackdropGettingStarted
Expand Down Expand Up @@ -157,9 +157,9 @@ Page header for the backdrop appears only when adding backdrop as a child of Nav
## Add back layer content
The back layer holds actionable content (navigation or filtration), which is relevant to the front layer. The back layer will either fill the entire background or occupy the background based on the content height.

{% tabs %}
{% tabs %}

{% highlight xaml %}
{% highlight xaml %}

<backdrop:SfBackdropPage.BackLayer>
<backdrop:BackdropBackLayer>
Expand All @@ -180,7 +180,7 @@ The back layer holds actionable content (navigation or filtration), which is rel

{% endhighlight %}

{% highlight C# %}
{% highlight c# %}

this.BackLayer = new BackdropBackLayer
{
Expand All @@ -204,9 +204,9 @@ this.BackLayer = new BackdropBackLayer
## Add front layer content
The front layer always appears in front of the back layer. It is displayed to the full width and holds primary content.

{% tabs %}
{% tabs %}

{% highlight xaml %}
{% highlight xaml %}

<backdrop:SfBackdropPage.FrontLayer>
<backdrop:BackdropFrontLayer>
Expand All @@ -216,7 +216,7 @@ The front layer always appears in front of the back layer. It is displayed to th

{% endhighlight %}

{% highlight C# %}
{% highlight c# %}

this.FrontLayer = new BackdropFrontLayer()
{
Expand All @@ -243,9 +243,9 @@ To know more information about reveal height customization ,refer this [link](ht

![Reveal and conceal back layer](Getting-Started_images/Backdrop_reveal.gif)

{% tabs %}
{% tabs %}

{% highlight xaml %}
{% highlight xaml %}

<backdrop:SfBackdropPage
xmlns="http://xamarin.com/schemas/2014/forms"
Expand All @@ -257,7 +257,7 @@ To know more information about reveal height customization ,refer this [link](ht

{% endhighlight %}

{% highlight C# %}
{% highlight c# %}

#region Constructor

Expand Down
8 changes: 4 additions & 4 deletions Xamarin/Badge-View/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section explains the steps required to configure the [Xamarin Badge View](h

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down Expand Up @@ -79,7 +79,7 @@ N> If you are adding the references from toolbox, this step is not needed.

To launch the badge view in iOS, call the SfBadgeViewRenderer.Init() in the FinishedLaunching overridden method of the AppDelegate class after the Xamarin.Forms framework has been initialized and before the LoadApplication is called as demonstrated in the following code sample.

{% highlight C# %}
{% highlight c# %}

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Expand All @@ -99,7 +99,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)

You need to initialize the badge view assemblies in App.xaml.cs in UWP project as demonstrated in the following code samples. This is required to deploy the application with badge view in `Release` mode in UWP platform.

{% highlight C# %}
{% highlight c# %}

// In App.xaml.cs
protected override void OnLaunched(LaunchActivatedEventArgs e)
Expand All @@ -123,7 +123,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)

To launch the badge view in WPF, call the SfBadgeViewRenderer.Init() in the constructor of the MainWindow class after the Xamarin.Forms framework has been initialized and before the LoadApplication is called as demonstrated in the following code sample.

{% highlight C# %}
{% highlight c# %}

public MainWindow()
{
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Barcode/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get started with Essential Barcode, go through the following steps.

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down
10 changes: 5 additions & 5 deletions Xamarin/Border/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section provides an overview for working with the SfBorder control for Xama

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down Expand Up @@ -124,7 +124,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)

To launch the border in WPF, call the SfBorderRenderer.Init() method in the MainWindow constructor of the MainWindow class after the Xamarin.Forms framework has been initialized and before the LoadApplication method is called as demonstrated in the following code sample.

{% highlight C# %}
{% highlight c# %}

public partial class MainWindow : FormsApplicationPage
{
Expand All @@ -148,15 +148,15 @@ The `SfBorder` control is configured entirely in C# code or in XAML markup. The

### Adding namespace for referred assemblies

{% tabs %}
{% tabs %}

{% highlight xaml %}
{% highlight xaml %}

xmlns:border="clr-namespace:Syncfusion.XForms.Border;assembly=Syncfusion.Core.XForms"

{% endhighlight %}

{% highlight C# %}
{% highlight c# %}

using Syncfusion.XForms.Border;

Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/AnimationType.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Animation Type in Xamarin Busy Indicator control | Syncfusion
description: Learn here all about Animation Type support in Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/Duration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Animation Duration in Xamarin Busy Indicator control | Syncfusion
description: Learn here all about Animation Duration support in Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
4 changes: 2 additions & 2 deletions Xamarin/Busy-Indicator/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Getting Started with Xamarin Busy Indicator control | Syncfusion
description: Learn here about getting started with Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control, its elements and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand All @@ -15,7 +15,7 @@ This section explains you the steps to configure a [`SfBusyIndicator`](https://h

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/Make-Busy-Animation-Idle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Make Busy Animation Idle in Xamarin Busy Indicator | Syncfusion
description: Learn here all about Make Busy Animation Idle support in Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: About Xamarin Busy Indicator control | Syncfusion
description: Learn here all about introduction of Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control, its elements and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/Set-Header.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Set Header in Xamarin Busy Indicator control | Syncfusion
description: Learn here all about Set Header support in Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Busy-Indicator/Sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Sizing in Xamarin Busy Indicator control | Syncfusion
description: Learn here all about Sizing support in Syncfusion Xamarin Busy Indicator (SfBusyIndicator) control and more.
platform: Xamarin
platform: xamarin
control: BusyIndicator
documentation: ug
---
Expand Down
4 changes: 2 additions & 2 deletions Xamarin/Button/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section explains the steps required to work with the [Xamarin.Forms Button]

## Assembly deployment

After installing [Essential Studio for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.
After installing [Essential Studio® for Xamarin](https://www.syncfusion.com/downloads/xamarin), you can find all the required assemblies in the installation folders, {Syncfusion Essential Studio Installed location} \Essential Studio\\{Version #}\Xamarin\lib.

E.g.: C:\Program Files (x86) \Syncfusion\Essential Studio\19.1.0.54\Xamarin\lib

Expand Down Expand Up @@ -116,7 +116,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
To launch the button in WPF, call the SfButtonRenderer.Init() method in the MainWindow constructor of the MainWindow class after the Xamarin.Forms framework has been initialized and before the LoadApplication method is called as demonstrated in the following code sample.

{% tabs %}
{% highlight C# %}
{% highlight c# %}

public partial class MainWindow : FormsApplicationPage
{
Expand Down
2 changes: 1 addition & 1 deletion Xamarin/Calendar/Accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Accessibility in Xamarin Calendar control | Syncfusion
description: Learn here all about Accessibility support in Syncfusion Xamarin Calendar (SfCalendar) control and more.
platform: Xamarin
platform: xamarin
control: SfCalendar
documentation: UG
---
Expand Down
6 changes: 3 additions & 3 deletions Xamarin/Calendar/Calendar-Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Events (Appointments) in Xamarin Calendar control | Syncfusion
description: Learn here all about Events (Appointments) support in Syncfusion Xamarin Calendar (SfCalendar) control and more.
platform: Xamarin
platform: xamarin
control: Calendar
documentation: ug
---
Expand Down Expand Up @@ -34,7 +34,7 @@ You can handle the calendar month view appointment display by using [InlineViewM
* AgendaView - Show the selected date’s events below the month.

{% tabs %}
{% highlight xaml %}
{% highlight xaml %}
<?xml version="1.0" encoding="utf-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:CalendarSample" x:Class="CalendarSample.MainPage" xmlns:syncfusion="clr-namespace:Syncfusion.SfCalendar.XForms;assembly=Syncfusion.SfCalendar.XForms">
<syncfusion:SfCalendar.BindingContext>
Expand Down Expand Up @@ -74,7 +74,7 @@ namespace CalendarSample
}
}
{% endhighlight %}
{% endtabs %}
{% endtabs %}

You can download the entire source code of this demo for Xamarin.Forms from
here [CalendarEvents](https://github.com/SyncfusionExamples/creating-events-in-xamarin.forms-sfcalendar)
Expand Down
Loading