Skip to main content

DevExpress Data Form for .NET MAUI

  • 2 minutes to read

The DevExpress Mobile UI for .NET MAUI suite contains the DataFormView component that allows your users to review and edit business objects. The view automatically generates data editors for each field in the bound business object.

Data Form

Download and install the DevExpress.Maui.DataForm package from the DevExpress NuGet Gallery to obtain the DataFormView component.

View Example Read Tutorial

Validation

The component allows you to validate data in the following ways: you can annotate data fields with attributes, handle validation events, or your data object can implement an interface that notifies you about errors. The component also supports various commit modes: on value change, editor focus change, and on demand.

Data Form

See the following topic for more information: Validate User Input in Data Form for .NET MAUI.

Data Editors

The component generates editors based on the data type of fields in the bound business object. You can annotate data fields with attributes to customize the generated data editors or specify the form in markup.

Data Form - Data Editors

See the following topic for more information: Data Editors in DevExpress Data Form for .NET MAUI.

Layout

The default layout displays data editors one under another. You can customize the layout and display multiple editors in a single row, specify the editor and label width, group editors, and much more.

Data Form - Layout

See the following topic for more information: Layout in DevExpress Data Form for .NET MAUI.

Contact Edit Form Search Bar Featured Scenario

Populate E-Forms in PDF Files Search Bar Featured Scenario

CRUD Operations CRUD Operations Featured Scenario