Back to Devexpress

Create Your First App with DevExpress Mobile UI for .NET MAUI (JetBrains Rider)

maui-405320-get-started-build-your-first-app-rider.md

latest1.7 KB
Original Source

Create Your First App with DevExpress Mobile UI for .NET MAUI (JetBrains Rider)

  • Dec 12, 2025

DevExpress Template Kit allows you to create .NET MAUI projects with DevExpress components included in JetBrains Rider.

Prerequisites

Install DevExpress Project Templates and Create a Project

Run the following command in a terminal to install DevExpress CLI Templates:

cli
dotnet new install DevExpress.Maui.ProjectTemplates

For more information about project templates in Rider, refer to the following page: Create and install custom project templates.

In Rider, click New Solution. Navigate to the Custom Templates section and select DevExpress v25.2 MAUI Mobile Application.

Specify the project name, solution directory, and other settings. You can include predefined project modules and pages in the “Advanced Settings” category.

For more information about parameters for advanced settings, refer to the following help topic: Additional Command Line Parameters.

Build and Run the Project

Refer to the following help topic for more information: Run and debug MAUI applications.