Skip to main content

Use Form Items to Build a Settings Page

Task-based Scenarios - Form Items

You can use our DevExpress Form Items for MAUI in the following scenarios:

  • Display custom content
  • Edit text in a separate window
  • Edit Boolean values
  • Select an item from a list
  • Select multiple items from a list
  • Display items in a group

This example uses DevExpress Form Items for MAUI to build a settings page.

View Example: DevExpress Form Items for .NET MAUI

Related Controls and Their Properties:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DevExpress Form Items for .NET MAUI