Skip to main content

DxFlyout.RepositionAsync(CancellationToken) Method

Repositions the flyout window based on the position settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public Task RepositionAsync(
    CancellationToken token = default(CancellationToken)
)

Optional Parameters

Name Type Default Description
token CancellationToken null

An object that propagates a cancellation notification.

Returns

Type Description
Task

The task that is completed when the flyout window is repositioned.

Remarks

Call the RepositionAsync method to force the Flyout component to recalculate its position.

See Also