Back to Devexpress

DXPopup Class

maui-devexpress-dot-maui-dot-controls-1bf4a23b.md

latest3.6 KB
Original Source

DXPopup Class

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

Declaration

csharp
[ContentProperty("Content")]
[DXLicenseMAUI]
public class DXPopup :
    DXPopupBase

Remarks

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.

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DXPopupBase DXPopup

Extension Methods

Yield<DXPopup>()

YieldIfNotNull<DXPopup>()

See Also

DXPopup Members

DevExpress.Maui.Controls Namespace