Skip to main content
A newer version of this page is available. .

DxDropDown.RepositionAsync(CancellationToken) Method

Repositions the DropDown based on the position settings.

Namespace: DevExpress.Blazor

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

An asynchronous operation that repositions the drop-down window.

Remarks

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

See Also