DxDashboard.LoadDefaultDashboard Property
Specifies whether the default dashboard should be loaded from dashboard storage.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
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