DashboardBuilder.LoadDefaultDashboard(Boolean) Method
Specifies whether the default dashboard should be loaded from the dashboard storage.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
Declaration
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