Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.LoadDefaultDashboard Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool LoadDefaultDashboard { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The LoadDefaultDashboard property is in effect if InitialDashboardId / DashboardId is not set. Otherwise, the Dashboard component loads a dashboard with the specified identifier.

See Also