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.v24.1.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 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