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

DashboardDesigner.HandleDashboardClosing() Method

Handles the dashboard close process.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public bool HandleDashboardClosing()

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