Back to Devexpress

DashboardExtensionSettings.InitialDashboardId Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-8c6889a6.md

latest2.2 KB
Original Source

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.v25.2.Web.Mvc5.dll

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public string InitialDashboardId { get; set; }
vb
Public Property InitialDashboardId As String

Property Value

TypeDescription
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

InitialDashboardState

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace