Skip to main content

DashboardExtensionSettings.InitialDashboardId Property

Gets or sets the identifier of the dashboard to be loaded to the ASP.NET MVC Dashboard extension.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v23.2.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

public string InitialDashboardId { get; set; }

Property Value

Type Description
String

A String value that specifies the identifier of the dashboard to be loaded to the ASP.NET MVC Dashboard extension.

Remarks

Initialize the InitialDashboardId property to load a dashboard with the specified identifier from the dashboard storage. To learn more about different methods of loading a dashboard, see Loading a Dashboard.

Note

If you are using the DashboardFileStorage, use the name of the dashboard XML file without an extension as a dashboard identifier.

See Also