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

DashboardDesigner.ActionOnClose Property

Gets or sets the required action when the currently opened dashboard is being closed.

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(DashboardActionOnClose.Prompt)]
public DashboardActionOnClose ActionOnClose { get; set; }

Property Value

Type Default Description
DashboardActionOnClose **Prompt**

A DashboardActionOnClose enumeration value that specifies the required action.

See Also