Skip to main content
All docs
V25.1
  • DXPopup.ShowAsync(Element) Method

    Shows the DXPopup asynchronously and returns the Task that is completed when the DXPopup closes.

    Namespace: DevExpress.Maui.Controls

    Assembly: DevExpress.Maui.Controls.dll

    NuGet Package: DevExpress.Maui.Controls

    Declaration

    public Task ShowAsync(
        Element parent = null
    )

    Optional Parameters

    Name Type Default Description
    parent Element null

    Specifies the parent view.

    Returns

    Type Description
    Task

    An operation that executes asynchronously and is completed when the DXPopup closes.

    See Also