Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Use Form Items to Build a Settings Page

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