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

DxDropDown.ActivateAsync(CancellationToken) Method

Moves the drop-down window to the front of other popup elements.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public Task ActivateAsync(
    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 activates the drop-down window.

Remarks

Call the ActivateAsync method to move the drop-down window in front of other elements.

[!codesnippet-Razor[examples]{29,37}(DropDown/Pages/ActivateAsync.razor)]

Blazor DropDown Activate Window

See Also