Skip to main content
A newer version of this page is available. .

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 much more.

DevExpress Editors for .NET MAUI

Download and install the DevExpress.Maui.Editors package from the DevExpress NuGet Gallery to obtain our data editors. See the following help topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

View Example: Get Started with DevExpress Editors for .NET MAUI

For more information on how to configure editor behavior and customize its appearance, see the 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