Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.ShowConfirmationOnBrowserClosing Property

Specifies whether to show a warning in a browser if a user attempts to leave the page with unsaved data.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool ShowConfirmationOnBrowserClosing { get; set; }

Property Value

Type Description
Boolean

true to show a warning; otherwise, false.

See Also