DashboardDesigner.ActionOnClose Property
In This Article
Gets or sets the required action when the currently opened dashboard is being closed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(DashboardActionOnClose.Prompt)]
public DashboardActionOnClose ActionOnClose { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Prompt | A Dashboard |
Available values:
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. |
See Also