Skip to main content

DXPopupDialog.ShowAsync(Element) Method

Shows the DXPopupDialog asynchronously. The ShowAsync method returns the Task that contains the DialogResult and completes when the DXPopupDialog closes.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Task<string> ShowAsync(
    Element parent = null
)

Optional Parameters

Name Type Default Description
parent Element null

Specifies the parent view.

Returns

Type Description
Task<String>

An operation that executes asynchronously, contains the DialogResult, and completes when the DXPopupDialog closes.

See Also