Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

modal-popup.md

File metadata and controls

28 lines (18 loc) · 1.06 KB
title page_title description position slug
Modal Popup
.NET MAUI Popup Documentation - Modal Popup
Determine whether the Telerik UI for .NET MAUI Popup will be rendered as a modal or non-modal UI element.
3
popup-modal

.NET MAUI Modal Popup

You can define whether the [.NET MAUI Popup]({%slug popup-overview%}) will be modal or not through the IsModal Boolean property. In both cases, the UI behind the popup gets inactive and cannot be used until the popup is closed. For non-modal popups, however, you can focus the content behind by clicking outside the popup, thus closing it.

Here is an example of a modal popup attached to the ContentPage:

And the next example shows the event handlers for opening/closing the popup:

Here is the result—the Popup applies the default outside background color for the content behind:

.NET MAUI Popup Modal

See Also

  • [Popup Content]({% slug popup-content %})
  • [Styling]({% slug popup-styling %})