Back to Devexpress

DxDashboard.ShowConfirmationOnBrowserClosing Property

dashboard-devexpress-dot-dashboardblazor-dot-dxdashboard-4785c116.md

latest1.2 KB
Original Source

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.v25.2.Blazor.dll

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
[Parameter]
public bool ShowConfirmationOnBrowserClosing { get; set; }
vb
<Parameter>
Public Property ShowConfirmationOnBrowserClosing As Boolean

Property Value

TypeDescription
Boolean

true to show a warning; otherwise, false.

|

See Also

DxDashboard Class

DxDashboard Members

DevExpress.DashboardBlazor Namespace