Back to Devexpress

DxDashboard.LoadDefaultDashboard Property

dashboard-devexpress-dot-dashboardblazor-dot-dxdashboard-f6825761.md

latest1.5 KB
Original Source

DxDashboard.LoadDefaultDashboard Property

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

Namespace : DevExpress.DashboardBlazor

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

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
[Parameter]
public bool LoadDefaultDashboard { get; set; }
vb
<Parameter>
Public Property LoadDefaultDashboard As Boolean

Property Value

TypeDescription
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

DxDashboard Class

DxDashboard Members

DevExpress.DashboardBlazor Namespace