Skip to content

DevExpress-Examples/maui-editors-get-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevExpress Editors for .NET MAUI

DevExpress Mobile UI allows you to use the .NET cross-platform UI toolkit and C# to build native apps for iOS and Android.

DevExpress Mobile UI for .NET MAUI

The DevExpress Mobile UI for Xamarin.Forms and .NET MAUI is available free of charge. To learn more about our offer and to reserve your copy, visit Free DevExpress Mobile UI for Xamarin.Forms and .NET MAUI.

Requirements

Please register the DevExpress NuGet Gallery in Visual Studio to restore NuGet packages used in this solution. See the following topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

You can also refer to the following YouTube video to get started with DevExpress .NET MAUI Controls: Setting up a .NET MAUI Project.

What's in This Repository

The demo application in this repository illustrates some of the features available to you when using our .NET MAUI Editors library.

DevExpress Editors for .NET MAUI

The DevExpress Editors for .NET MAUI library contains the following controls: TextEdit, MultilineEdit, PasswordEdit, ComboBoxEdit, AutoCompleteEdit, NumericEdit, DateEdit, TimeEdit, CheckEdit, and DXButton.

See the following help topic for more information: DevExpress Editors for .NET MAUI.

You can also refer to the following YouTube video for instruction on how to get started with the Data Editors: Adding Data Editors to Your .NET MAUI App.

Files to Review

How to Run This Application

  1. Install Visual Studio 2022 and the latest .NET MAUI version. See the following topic on docs.microsoft.com for more information: Installation.

  2. Register your personal NuGet feed in Visual Studio:

    If you are an active DevExpress Universal customer, DevExpress Controls for .NET MAUI are available in your personal NuGet feed.

    See the following topic on docs.microsoft.com for more information on how to register a NuGet source: Install and manage packages in Visual Studio.

Documentation

More Examples