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

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

    See Also