maui-devexpress-dot-maui-dot-controls-1bf4a23b.md
A popup view that you can attach to any view on the screen or show as a separate dialog.
Namespace : DevExpress.Maui.Controls
Assembly : DevExpress.Maui.Controls.dll
NuGet Package : DevExpress.Maui.Controls
[ContentProperty("Content")]
[DXLicenseMAUI]
public class DXPopup :
DXPopupBase
The DevExpress Popup for .NET MAUI allows you to show a popup view that overlays the rest of the application content. For example, you can use it to display important information to a user or to ask the user to make a decision.
For more information about the DXPopup control, refer to the following help topics:
OverviewContains basic information about DXPopup.PositioningDescribes how to position a DXPopup on the page.Custom appearanceExplains how to customize the DXPopup appearance.ExamplesLists task-based solutions with the DXPopup control.
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DXPopupBase DXPopup
See Also