Skip to main content

DXPopupOptionSheet.ShowAsync(Element) Method

Shows the DXPopupOptionSheet asynchronously. The ShowAsync method returns the Task that contains the DialogResult and completes when the DXPopupOptionSheet 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 DXPopupOptionSheet closes.

See Also