DashboardDesigner.ConfirmSaveOnClose Property
In This Article
OBSOLETE
This property is now obsolete. Use the Action
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.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the ActionOnClose property instead.")]
public bool ConfirmSaveOnClose { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to show the save confirmation dialog when a window that contains the Dashboard |
#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