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

ASPxDashboard.AllowOpenDashboard Property

Gets or sets whether an end-user can open existing dashboards in the ASPxDashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue(true)]
public bool AllowOpenDashboard { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow an end-user to open existing dashboards in the ASPxDashboard; otherwise, false.

See Also