Skip to main content
A newer version of this page is available. .

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.v19.1.Web.Mvc5.dll

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