Skip to main content
All docs
V25.1
  • DxDashboard.LoadDefaultDashboard Property

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.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