DxDropDown.DisposeAsync() Method
In This Article
Asynchronously disposes the drop-down window.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public ValueTask DisposeAsync()
#Returns
Type | Description |
---|---|
Value |
A structure that stores an awaitable result of an asynchronous operation. |
#Remarks
After the window is disposed, the Disposed event fires.
#Implements
See Also