DashboardBuilder.LoadDefaultDashboard(Boolean) Method
In This Article
Specifies whether the default dashboard should be loaded from the dashboard storage.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder LoadDefaultDashboard(
bool loadDefaultDashboard
)
#Parameters
Name | Type | Description |
---|---|---|
load |
Boolean | true, to load the default dashboard from the dashboard storage; otherwise, false. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also