Skip to main content
A newer version of this page is available. .

DevExpress Templates (Visual Studio)

  • 2 minutes to read

Important

Ensure your system meets these requirements.

This topic describes how to:

1. Install DevExpress Templates

Download the DevExpress Blazor Project Templates extension from the Visual Studio Marketplace and install it.

2. Create a New Project

  1. Open Visual Studio and click Create a new project on the start page.

  2. Select a DevExpress Blazor * App template and click Next.

    DevExpress templates

  3. Specify the project name and location, and click Create.

    Specify the project name and location

3. Obtain Your DevExpress NuGet Feed

You need to obtain your personal NuGet feed URL to access the DevExpress.Blazor NuGet package from your project.

  1. Make sure your DevExpress.com account has access to Blazor UI Components. This product line is available as part of the Universal, DXperience, or ASP.NET subscription. Refer to the subscription comparison matrix for more information.

  2. Use your DevExpress credentials to log into nuget.devexpress.com.

  3. Obtain your NuGet feed URL and copy it to the clipboard.

    NuGet Feed

    You can find the same URL in the Download Manager.

4. Register the NuGet Feed as a Package Source

  1. In Visual Studio, select Tools -> NuGet Package Manager -> Package Manager Settings.

    Package Manager Settings

  2. Navigate to NuGet Package Manager -> Package Sources. Click the plus sign at the top right corner to add a new NuGet package source. Use the following package settings:

    • Name - DevExpress

    • Source - the obtained NuGet Feed URL (https://nuget.devexpress.com/{your feed authorization key}/api)

    Click OK.

    NuGet Feed API

    Note

    Make sure the nuget.org package source is also enabled.

5. Run the Application

The image below shows the resulting application.

Resulting application

6. Add More DevExpress Components

For instructions on how to add an individual DevExpress Blazor component to your application, refer to the documents below: