DevExpress Data Editors for .NET MAUI
DevExpress Data Editors for .NET MAUI is a collection of controls that you find on data entry forms. Dedicated editor types and masked input support a wide range of possible data types and formats - dates, times, numbers, emails, passwords, phone numbers, and more.

Download and install the DevExpress.Maui.Editors package to obtain our data editors.
Refer to the following help topics for more information:
- Install Packages from NuGet.org: Visual Studio, VS Code, and JetBrains Rider
- Get Started with DevExpress Controls for .NET Multi-platform App UI (.NET MAUI)
For more information on how to configure editor behavior and customize its appearance, see corresponding topics in this section of the documentation.
Note
You can also use the DataFormView component to display and edit properties of a business object. This component can automatically create editors based on property types.
See Also