зеркало из https://github.com/telerik/uwp-docs.git
1.4 KiB
1.4 KiB
title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Start Using Telerik UI for Windows Universal | Start Using Telerik UI for Windows Universal | Start Using Telerik UI for Windows Universal | radcontrolsforwin8-introduction-createapp | start,using,telerik,ui,for,windows,universal | True | 2 |
Start Using Telerik UI for Windows Universal
The following example describes what steps you should perform in order to add Telerik UI for Windows Universal in your application.
Prerequisites
Before walking through this example, you must have installed Telerik UI for Windows Universal, Windows 8.1 / Windows Phone 8.1 and Visual Studio 2013 on your machine.
Steps
Create Blank Application
- Launch Visual Studio.
- Choose
Create new project
>Store Apps
. - Choose Blank App (Universal Apps).
- Name the project SampleApp and click
OK
.
Add a Reference to Telerik UI for Windows Universal Extension SDK
- Right-click on project References and choose Add Reference.
- In the Reference Manager, select Windows -> Extensions.
- Select Telerik UI for Windows Universal and click OK.
Add a control to a Page
-
Define telerik namespace:
xmlns:telerik="using:Telerik.UI.Xaml.Controls.Input"
-
Define control (e.g. RadDatePicker):
<telerik:RadDatePicker/>