Skip to main content
All docs
V25.1
  • 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.1.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