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.
Related Controls and Their Properties:
- FormItem: Detail, AllowTap, Detail, DetailColor, TapCommand
- FormListPickerItem: ImageSource, InlineContent, ItemsSource, SelectedItem
- FormSwitchItem: ImageSource, IsToggled
Implementation Details
Refer to the following GitHub example to see implementation details: