DashboardDesigner.HandleDashboardClosing() Method
Handles the dashboard close process.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the dashboard closing has been handled; false, if the dashboard closing has been cancelled. |
Remarks
Use the HandleDashboardClosing method to handle the dashboard close process and to invoke a save confirmation dialog if the dashboard has been modified since the last save. This can be useful when the DashboardDesigner is placed within the parent container and a save confirmation dialog cannot be invoked automatically.
See Also