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

DashboardDesigner.ConfirmSaveOnClose Property

OBSOLETE

This property is now obsolete. Use the ActionOnClose property instead.

Gets or sets whether to show the save confirmation dialog when a window that contains the DashboardDesigner is closed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("This property is now obsolete. Use the ActionOnClose property instead.")]
[Browsable(false)]
public bool ConfirmSaveOnClose { get; set; }

Property Value

Type Description
Boolean

true to show the save confirmation dialog when a window that contains the DashboardDesigner is closed; otherwise, false.

Remarks

To suppress automatic display of the save confirmation dialog, set the ConfirmSaveOnClose property to false.

You can use the DashboardDesigner.ShowSaveConfirmationDialog method to show this dialog when required.

See Also