Skip to main content
All docs
V26.1
  • DxDropDown.RepositionAsync(CancellationToken) Method

    Repositions the DropDown based on the position settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.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 drop-down window is repositioned.

    Remarks

    Call the RepositionAsync method to force the DropDown to recalculate its position.

    See Also