Skip to main content
All docs
V26.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.v26.1.Blazor.dll

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to show a warning; otherwise, false.

    See Also