DxFlyout.RepositionAsync(CancellationToken) Method
Repositions the flyout window based on the position settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
public Task RepositionAsync(
CancellationToken token = default(CancellationToken)
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
token | Cancellation |
null | An object that propagates a cancellation notification. |
#Returns
Type | Description |
---|---|
Task | The task that is completed when the flyout window is repositioned. |
#Remarks
Call the RepositionAsync
method to force the Flyout component to recalculate its position.