Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.46 KB

toolbox.md

File metadata and controls

50 lines (30 loc) · 2.46 KB
title page_title description slug position previous_url
Toolbox Extension for VS
Telerik Toolbox VS Extension for .NET MAUI on Windows
Learn more about the Telerik Toolbox extension for .NET MAUI on Windows and how to use the toolbox with the Telerik UI for .NET MAUI library.
toolbox-support
3
/installation/windows/toolbox-support

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:

  • The Visual Studio Marketplace.

  • The Extensions tab in Visual Studio—search for Progress Telerik UI for .NET MAUI Extension, select the extension, and then click Install.

  • [The Telerik UI for .NET MAUI automated installer]({% slug automated-installer %})

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

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

important 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.

  1. 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

  • [UI for MAUI Installation Methods]({%slug installation-approaches%})
  • [System Requirements for Windows]({% slug system-requirements %})
  • [Productivity Extensions for Visual Studio]({% slug vs-integration-overview %})
  • [Telerik UI for .NET MAUI Sample Apps]({% slug controls-samples-app %})