Skip to main content

DXPopupOptionSheet.ShowAtAsync(Double, Double, Double, Element) Method

Shows the DXPopupOptionSheet control at the specified position asynchronously.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Task<string[]> ShowAtAsync(
    double x,
    double y,
    double offset = 0,
    Element parent = null
)

Parameters

Name Type Description
x Double

Specifies the horizontal coordinate.

y Double

Specifies the vertical coordinate.

Optional Parameters

Name Type Default Description
offset Double 0

Specifies the vertical offset.

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