Back to Devexpress

DashboardExtensionSettings.LoadDefaultDashboard Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-b585099e.md

latest1.9 KB
Original Source

DashboardExtensionSettings.LoadDefaultDashboard Property

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

Namespace : DevExpress.DashboardWeb.Mvc

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

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public bool LoadDefaultDashboard { get; set; }
vb
Public Property LoadDefaultDashboard As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Note that the LoadDefaultDashboard property is in effect if DashboardExtensionSettings.InitialDashboardId is not specified. Otherwise, the dashboard with the specified identifier will be loaded to the ASP.NET MVC Dashboard extension.

See Also

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace