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

ASPxDashboard.InitialDashboardId Property

Gets or sets the identifier of the dashboard to be loaded to ASPxDashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string InitialDashboardId { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the identifier of the dashboard to be loaded to ASPxDashboard.

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 that the InitialDashboardId property can be used only on the initial page loading (in the Page_Load event handler).

Note

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

See Also