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

DxDashboard.InitialDashboardId Property

Specifies the identifier of the dashboard to be loaded to the DxDashboard before the component is rendered.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public string InitialDashboardId { get; set; }

Property Value

Type Description
String

A string value that specifies the dashboard identifier.

Remarks

The InitialDashboardId and DashboardId properties are used to load a dashboard with the specified identifier from dashboard storage.

The InitialDashboardId option is used before the component is rendered. You cannot change the InitialDashboardId property value after the Dashboard component is ready. To change a dashboard at runtime, pass the dashboard identifier to the DashboardId property. The InitialDashboardId property is not in effect when the DashboardId is set.

See Also