-
Notifications
You must be signed in to change notification settings - Fork 14
Control Getting Started Template
Yordan edited this page May 13, 2024
·
1 revision
---
title: Getting Started
page_title: .NET MAUI <ControlName> Documentation - Getting Started
description: Get started with the Telerik UI for .NET MAUI <ControlName> and add the control to your .NET MAUI project by configuring <list a few configuration options, methods, etc that are part of the example>.
position: 3
slug: <this-is-a-slug>
---
# Getting Started with the .NET MAUI <ControlName>
This guide provides the information you need to start using the [Telerik UI for .NET MAUI <ControlName>]({%slug <this-is-a-slug>%}) by adding the control to your project.
At the end, you will be able to achieve the following result.
![Telerik UI for .NET MAUI <ControlName> Getting Started example](images/<filename>.png)
## Prerequisites
Before adding the <ControlName>, you need to:
1. [Set up your .NET MAUI application]({%slug maui-getting-started %}#step-1-set-up-your-net-maui-application).
1. [Download Telerik UI for .NET MAUI]({% slug maui-getting-started %}#step-2-download-telerik-ui-for-net-maui).
1. [Install Telerik UI for .NET MAUI]({%slug maui-getting-started %}#step-3-install-telerik-ui-for-net-maui).
## Define the Control
1. When your .NET MAUI application is set up, you are ready to add a <ControlName> control to your page.
<!--Sample code goes here.-->
1. Add the following namespace:
<!--Sample code goes here.-->
<!-- List any additional steps that are required:
* Describe one action in each step. Do not combine multiple actions within a single step.
* Make sure that all additional steps are grammatically parallel, for example:
* "Add a sample `ViewModel` class."
* "Create the Business model."
-->
1. Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
<!--Sample code goes here.-->
<!-- Add any non-essential steps related to the configuration of the control or its features as additional headings.
## <Additional Configuration>
-->
## Additional Resources
<!-- This is a mandatory section.
* Include between three and six links to articles related to the described control.
* Use title case capitalization
* Use descriptive text as anchor text, for example, use "Setting the .NET MAUI DataGrid Columns" instead of "Columns Overview".
-->
* [<Linked-Article>]({% slug <this-is-a-slug> %})—<This-is-a-description>.
* [<Linked-Article>]({% slug <this-is-a-slug> %})—<This-is-a-description>.
* [<Linked-Article>]({% slug <this-is-a-slug> %})—<This-is-a-description>.
## See Also
<!-- This is a mandatory section. Include the general links to resources outside the docs. -->
* [.NET MAUI <ControlName> Product Page](https://www.telerik.com/maui-ui/<ControlName>)
* [.NET MAUI <ControlName> Forum Page](https://www.telerik.com/forums/<ControlIdentifier>)
* [Telerik .NET MAUI Blogs](https://www.telerik.com/blogs/mobile-net-maui)
* [Telerik .NET MAUI Roadmap](https://www.telerik.com/support/whats-new/maui-ui/roadmap)