Back to Devexpress

DxDropDown.RepositionAsync(CancellationToken) Method

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

latest1.2 KB
Original Source

DxDropDown.RepositionAsync(CancellationToken) Method

Repositions the DropDown 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 drop-down window is repositioned.

|

Remarks

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

See Also

DxDropDown Class

DxDropDown Members

DevExpress.Blazor Namespace