.NET MAUI Popup Overview
The Telerik UI for .NET MAUI Popup enables you to add modal popups to your application and draw attention to important information or receive user input.
The Popup lets you display content of your choice on top of an existing view. The component provides a flexible API for controlling its behavior and makes it possible to implement complex logic for a wide range of scenarios.
Key Features
Modal popups—You can define whether the popup will be modal or not. In both cases, the UI behind the popup gets inactive and cannot be used until the popup is closed. When you have a modal popup, it will not be automatically closed when the user clicks outside its viewport.
Placement configuration—You can place the Popup control in various positions by using the supported settings such as the placement mode, target, and horizontal and vertical offsets.
Animation settings—The Popup provides sleek customizable animations played while the control is displayed or hidden.
Styling API—Customize the color outside of the Popup control.