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

    Asynchronously disposes the drop-down window.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public virtual ValueTask DisposeAsync()

    Returns

    Type Description
    ValueTask

    A structure that stores an awaitable result of an asynchronous operation.

    Remarks

    After the window is disposed, the Disposed event fires.

    Implements

    See Also