Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#Prerequisites

  • JetBrains Rider
  • .NET 9
  • .NET MAUI workload

    Use the command below in a terminal to install the .NET MAUI workload:

    dotnet workload install maui
    

#Install DevExpress Project Templates and Create a Project

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

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 v24.2 MAUI Mobile Application.

Create a solution based on DevExpress templates in Rider

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

Rider Advanced Settings

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.