Skip to content
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
40 changes: 20 additions & 20 deletions uwp/Add-Syncfusion-Controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ control: Add Syncfusion Controls
documentation: ug
---

# Add Syncfusion UWP Controls
# Add Syncfusion® UWP Controls

The Syncfusion UWP controls can be added in a Visual Studio projects by using either of the following ways,
The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways,

* Through Designer
* Through Code-Behind
Expand All @@ -19,7 +19,7 @@ The Syncfusion UWP controls can be added in a Visual Studio projects by using ei
## Through Designer


Syncfusion UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt
Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential® UWP control through drag and drop from Toolbox. For example: SfTextBoxExt

1. Create a Universal Windows Platform project in Visual Studio.

Expand Down Expand Up @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input">

## Through Code-Behind

Syncfusion UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt.
Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential® UWP control through code. For example: SfTextBoxExt.

1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies.

Expand Down Expand Up @@ -146,25 +146,25 @@ Me.Content = textBoxExt1

{% endtabs %}

N> Syncfusion controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion toolkit.
N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit.

## Through Project Templates

Syncfusion provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion UWP platform to create Syncfusion UWP Applications.
Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications.

I> The Syncfusion UWP project templates are available from Essential Studio v15.3.0.26.
I> The Syncfusion® UWP project templates are available from Essential Studio® v15.3.0.26.

### Create Syncfusion UWP Application
### Create Syncfusion® UWP Application

The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**.

1. To create a Syncfusion UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**.
1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**.

![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg)

2. Name the **Project** and choose the destination location if required, then click **OK**.

3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion UWP Application by using the following Project Configuration dialog.
3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog.

#### Project configurations:

Expand All @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio

**Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM).

**Components:** Choose the required Syncfusion components to configure.
**Components:** Choose the required Syncfusion® components to configure.

![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg)

N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components.
N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components.

4. Once you click Create button, the Syncfusion UWP Application is created.
4. Once you click Create button, the Syncfusion® UWP Application is created.

5. Once the Project Configuration Wizard is done, the Syncfusion UWP Application is created with required SDK/references and pages.
5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages.

![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg)

6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#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://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.
6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#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://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio®.

![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg)


## Through NuGet Packages

Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. Please refer below topic to configure and install the Syncfusion UWP NuGet packages in UWP application from Visual Studio.
Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio.

[Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages)

After Installed required Syncfusion UWP NuGet packages in your application, we can utilize the Syncfusion UWP controls by following ways.
After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways.

* Through Designer
* Through XMAL
* Through Code-Behind

1.Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. We can add required Syncfusion UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion UWP NuGet package, controls will be listed under “Syncfusion controls for UWP” category. For example: SfColorPicker
1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker

![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png)

Expand All @@ -216,7 +216,7 @@ After Installed required Syncfusion UWP NuGet packages in your application, we c
N> Toolbox configuration by installing UWP NuGet packages support available from v15.4.0.17.


2.The following steps helps to add a required Essential UWP control through XAML code, for example: SfColorPicker
2.The following steps helps to add a required Essential® UWP control through XAML code, for example: SfColorPicker

a. Include the namespace for Syncfusion.SfColorPickers.UWP assembly from Syncfusion.SfColorPickers.UWP NuGet package in MainPage.xaml.

Expand Down Expand Up @@ -247,7 +247,7 @@ b. Now add the `SfColorPicker` control with a required optimal name using the in
{% endtabs %}


3.The following steps helps to add a required Essential UWP control through code, for example: SfColorPicker
3.The following steps helps to add a required Essential® UWP control through code, for example: SfColorPicker

a. Include the namespace for Syncfusion. SfColorPickers.UWP assembly in MainPage.xaml.cs

Expand Down
6 changes: 3 additions & 3 deletions uwp/Control-Dependencies.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Control dependencies | Universal Windows Platform | Syncfusion
description: Control and it's Dependency assembly details for Syncfusion Essential Studio Universal Windows Platform (UWP) products.
title: Control dependencies | Universal Windows Platform | Syncfusion®
description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products.
platform: uwp
control: Control Dependencies
documentation: ug
---

# Control Dependencies in Syncfusion's UWP Controls
# Control Dependencies in the Syncfusion® UWP Controls

This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference.

Expand Down
6 changes: 3 additions & 3 deletions uwp/DotNET-Framework-support-History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: .NET Framework support history for Syncfusion Essential UWP controls
description: .NET Framework support history for Syncfusion Essential UWP controls
description: .NET Framework support history for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products.
platform: uwp
control: .Net Framework support History
documentation: ug
Expand All @@ -10,7 +10,7 @@ documentation: ug

## Version Compatibility

This table represents the Syncfusion Essential Studio UWP controls supported .NET Framework versions:
This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions:

<table>
<tr>
Expand All @@ -25,7 +25,7 @@ Yes</td></tr>

## Control compatibility

Syncfusion UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
Syncfusion&reg; UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:

<table>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions uwp/Featured-Samples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Guidance to run the samples | Syncfusion
description: Learn how to run the samples of Syncfusion Essential Studio UWP products
title: Guidance to run the samples | Syncfusion&reg;
description: Learn how to run the samples of Syncfusion&reg; Essential Studio&reg; Universal Windows Platform (UWP) products.
platform: uwp
control: Featured Samples
documentation: ug
Expand All @@ -27,5 +27,5 @@ Sample Browser is available under following folder location:

“[Installed Drive]:\Users\Public\Documents\Syncfusion\Universal Windows\{{ site.releaseversion }}\SampleBrowser”

N> In above section, Latest Essential Studio version details has been provided. User can refer installed Essential Studio version instead of mentioned version.
N> In above section, Latest Essential Studio&reg; version details has been provided. User can refer installed Essential Studio&reg; version instead of mentioned version.

12 changes: 6 additions & 6 deletions uwp/Localization.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Localization in UWP Controls | Syncfusion
description: Learn about localization support in Syncfusion UWP UI controls using .resw files and explains editing default strings of UWP controls.
title: Localization in UWP Controls | Syncfusion&reg;
description: Learn about localization support in Syncfusion&reg; UWP UI controls using .resw files and explains editing default strings of UWP controls.
platform: uwp
Control: Localization
documentation: ug
---

# Localization of Syncfusion UWP controls
# Localization of Syncfusion&reg; UWP controls

Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion UWP controls by adding resource file for each language.
Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion&reg; UWP controls by adding resource file for each language.

## Changing application culture

Expand Down Expand Up @@ -47,7 +47,7 @@ End Class

You can create .resw files for any language by following steps,

N> You can get the default resource files of all Syncfusion UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files).
N> You can get the default resource files of all Syncfusion&reg; UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files).

1) Right click your project and add new folder named `Resources`.

Expand All @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da

## Editing default culture strings

You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion UWP controls reads the default string from the .resw files of application if its added.
You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion&reg; UWP controls reads the default string from the .resw files of application if its added.
8 changes: 4 additions & 4 deletions uwp/Overview.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: About UWP Overview control | Syncfusion
description: Learn here all about introduction of Syncfusion Essential Studio for UWP, its controls, features and more.
title: About UWP Overview control | Syncfusion&reg;
description: Learn here all about introduction of Syncfusion&reg; Essential Studio&reg; for UWP, its controls, features and more.
platform: uwp
control: overview
documentation: ug
---

# Welcome to Syncfusion Essential Studio for UWP
# Welcome to Syncfusion&reg; Essential Studio&reg; for UWP

Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more.
Essential&reg; UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more.

## How to best read this user guide

Expand Down
6 changes: 3 additions & 3 deletions uwp/System-Requirements.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: System Requirements in UWP - Syncfusion
description: Checkout and learn here all about the system requirements needed to use the Syncfusion UWP Components.
title: System Requirements in UWP - Syncfusion&reg;
description: Checkout and learn here all about the system requirements needed to use the Syncfusion&reg; UWP Components.
platform: uwp
control: System Requirement
documentation: ug
---

# System Requirements for UWP Components

This section describes the system requirements of Syncfusion UWP Controls for development.
This section describes the system requirements of Syncfusion&reg; UWP Controls for development.

## Framework

Expand Down