Back to Devexpress

DxFlyout.RepositionAsync(CancellationToken) Method

blazor-devexpress-dot-blazor-dot-dxflyout-dot-repositionasync-x28-system-dot-threading-dot-cancellationtoken-x29.md

latest1.2 KB
Original Source

DxFlyout.RepositionAsync(CancellationToken) Method

Repositions the flyout window based on the position settings.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Optional Parameters

NameTypeDefaultDescription
tokenCancellationTokennull

An object that propagates a cancellation notification.

|

Returns

TypeDescription
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

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace