Back to Devexpress

DashboardActionOnClose Enum

dashboard-devexpress-dot-dashboardwin-0045e3b2.md

latest1.3 KB
Original Source

DashboardActionOnClose Enum

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardActionOnClose
vb
Public Enum DashboardActionOnClose

Members

NameDescription
Prompt

Invokes a save confirmation dialog.

| | Save |

Saves the changes made to the current dashboard.

| | Discard |

Discards all changes made to the dashboard.

|

The following properties accept/return DashboardActionOnClose values:

Remarks

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

See Also

DevExpress.DashboardWin Namespace