DXPopupDialog Class
In This Article
A pop-up dialog that you can attach to any view on the screen or show as a separate view.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
[ContentProperty("Content")]
public class DXPopupDialog :
DXPopupDialogBase
#Implements
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
#Inheritance
System.Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DXPopupBase
DXPopupDialogBase
DXPopupDialog
See Also