DxFlyout.DisposeAsync() Method
Asynchronously disposes the Flyout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public 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