Back to Devexpress

Use Form Items to Build a Settings Page

maui-404483-scenarios-form-items.md

latest1.8 KB
Original Source

Use Form Items to Build a Settings Page

  • Mar 06, 2024

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