Skip to main content

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.v23.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