You are viewing help content for pre-release software. This document and the features it describes are subject to change.
DevExpress Popup for .NET MAUI
The DevExpress Popup for .NET MAUI allows you to request additional information from a user and/or display app notifications.
Download and install the DevExpress.Maui.Controls
package from the DevExpress NuGet Gallery to obtain the DXPopup component.
This topic demonstrates UI elements that can be implemented with the DXPopup.
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.
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
You can also use the DXPopup as a context menu. In this case, it can be displayed next to another view.
See Also
Feedback