New to Telerik UI for .NET MAUI? Start a free 30-day trial

Telerik Toolbox for .NET MAUI on Windows

The Toolbox is part of the Visual Studio extensions for Telerik UI for .NET MAUI and facilitates the process of adding Telerik controls to your .NET MAUI application.

Get the Extension

To use the Toolbox, install the Telerik UI for .NET MAUI Visual Studio Extension. You can get the extension from:

Adding Controls with the Toolbox

To add the desired Telerik UI for .NET MAUI controls with the Toolbox:

  1. In Visual Studio, navigate to the Extensions tab.

  2. Select Telerik > Telerik UI for .NET MAUI > Open Telerik UI for .NET MAUI Toolbox.

    Alternatively, in the top right corner in Visual Studio for Windows, find the Quick Launch search field and type Telerik UI for .NET MAUI Toolbox.

    VS Extensions dialog with the path of selected options showing the Open Telerik UI for .NET MAUI Toolbox

  3. Open the Toolbox. As a result, a window with the controls from the suite will appear.

    If the controls you see in the Toolbox are not the ones you need, make sure that you've added all the required references. Then, rebuild your project.

  4. To embed the controls, drag one of them within your XAML file. As a result, the control definition will be added to your project and the needed namespace declarations will be mapped.

    Adding Telerik .NET MAUI controls from the Toolbox by dragging and dropping

See Also

In this article