Skip to main content
All docs
V25.1
  • DxFlyout.RepositionAsync(CancellationToken) Method

    Repositions the flyout window based on the position settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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