Back to Devexpress

DashboardBuilder.LoadDefaultDashboard(Boolean) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-loaddefaultdashboard-x28-system-dot-boolean-x29.md

latest1.7 KB
Original Source

DashboardBuilder.LoadDefaultDashboard(Boolean) Method

Specifies whether the default dashboard should be loaded from the dashboard storage.

Namespace : DevExpress.DashboardAspNetCore

Assembly : DevExpress.Dashboard.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder LoadDefaultDashboard(
    bool loadDefaultDashboard
)
vb
Public Function LoadDefaultDashboard(
    loadDefaultDashboard As Boolean
) As DashboardBuilder

Parameters

NameTypeDescription
loadDefaultDashboardBoolean

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

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace