Skip to main content

DashboardBuilder.LoadDefaultDashboard(Boolean) Method

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

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder LoadDefaultDashboard(
    bool loadDefaultDashboard
)

Parameters

Name Type Description
loadDefaultDashboard Boolean

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

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also