Back to Devexpress

ASPxDashboard.LoadDefaultDashboard Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-c30a504b.md

latest1.8 KB
Original Source

ASPxDashboard.LoadDefaultDashboard Property

Gets or sets whether the default dashboard should be loaded from the dashboard storage.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool LoadDefaultDashboard { get; set; }
vb
<DefaultValue(True)>
Public Property LoadDefaultDashboard As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to load the default dashboard from the dashboard storage; otherwise, false.

|

Remarks

Note that the LoadDefaultDashboard property is in effect if ASPxDashboard.InitialDashboardId is not specified. Otherwise, the dashboard with the specified identifier will be loaded to ASPxDashboard.

See Also

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace