Skip to main content
All docs
V25.1
  • 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 v25.1 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.