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

DashboardActionOnClose Enum

Lists values used to specify the required action when the currently opened dashboard is being closed.

Namespace: DevExpress.DashboardWin

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

Declaration

public enum DashboardActionOnClose

Members

Name Description
Prompt

Invokes a save confirmation dialog.

Save

Saves the changes made to the current dashboard.

Discard

Discards all changes made to the dashboard.

Remarks

Values listed by this enumeration are used to set the DashboardDesigner.ActionOnClose property.

See Also