Skip to main content

DevExpress Dialogs, Menu, & Navigation for .NET MAUI

  • 2 minutes to read

The DevExpress Mobile UI for .NET MAUI suite ships with controls that allow you to implement navigation and various menus in your .NET MAUI application.

The DevExpress Mobile UI for .NET MAUI suite contains the DXPopup component that allows you to request additional information from a user and/or display app notifications.

DevExpress Popup for .NET MAUI

Download and install the DevExpress.Maui.Controls package from the DevExpress NuGet Gallery to obtain the DXPopup component.

View Example: DevExpress Popup for .NET MAUI View Example: Mail Merge Read Tutorial: Get Started with DevExpress Popup for .NET MAUI

This section demonstrates UI elements that can be implemented with the DXPopup.

DataGrid Column Chooser Column Chooser Featured Scenario

Alert

You can use the DXPopup to display an alert or notification. An alert is displayed in the center of the screen and prevents interaction with the application.

Alert

Action Sheet

This visual element contains a set of actions that the user can perform on the selected element. Action sheets are typically displayed at the bottom of the screen.

Context Menu

Context Menu

You can also use the DXPopup as a context menu. In this case, it can be displayed next to another view.

Context Menu

Context Menu Actions in Popup Featured Scenario

Tab View

The DevExpress Mobile UI for .NET MAUI suite contains the TabView component that allows you to implement lateral navigation in your .NET MAUI applications. Use this control to organize content into groups and enable tab navigation between groups.

.NET MAUI Tabs

Read Tutorial: Create Tabs in Markup
Read Tutorial: Generate Tabs from Data Source
View Example: Get Started with Tab View for .NET MAUI

Download and install the DevExpress.Maui.Controls package from the DevExpress NuGet Gallery to obtain the TabView component.

Chip Filters for a CollectionView Search Bar Featured Scenario

Bottom Sheet

The DevExpress Mobile UI for .NET MAUI suite contains the BottomSheet component that allows you to show supplementary content at the bottom of the screen.

DevExpress Bottom Sheet for.NET MAUI

Read Tutorial: Get Started with DevExpress Bottom Sheet for .NET MAUI

View Example: DevExpress Bottom Sheet for .NET MAUI

Download and install the DevExpress.Maui.Controls package from the DevExpress NuGet Gallery to obtain the BottomSheet component.

Master-Detail View with BottomSheet Control Bottom Sheet Featured Scenario

Google Maps-Inspired POI Details Search Bar Featured Scenario

Display Filtering UI Elements in a BottomSheet Filtering UI Elements in BottomSheet Featured Scenario

See Also