Back to Devexpress

DashboardDesigner.ActionOnClose Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-8a88fe33.md

latest1.6 KB
Original Source

DashboardDesigner.ActionOnClose Property

Gets or sets 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
[DefaultValue(DashboardActionOnClose.Prompt)]
public DashboardActionOnClose ActionOnClose { get; set; }
vb
<DefaultValue(DashboardActionOnClose.Prompt)>
Public Property ActionOnClose As DashboardActionOnClose

Property Value

TypeDefaultDescription
DashboardActionOnClosePrompt

A DashboardActionOnClose enumeration value that specifies the required action.

|

Available values:

NameDescription
Prompt

Invokes a save confirmation dialog.

| | Save |

Saves the changes made to the current dashboard.

| | Discard |

Discards all changes made to the dashboard.

|

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace