Skip to main content
A newer version of this page is available. .

ASPxDashboard.ShowConfirmationOnBrowserClosing Property

Gets or sets whether the web browser displays a confirmation message when an-end user closes a page containing the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(true)]
public bool ShowConfirmationOnBrowserClosing { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the web browser displays a confirmation message when an-end user closes a page containing the Web Dashboard; otherwise, false.

See Also