Skip to main content
All docs
V25.1
  • 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.v25.1.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