Skip to main content
All docs
V18.2

DashboardSourceModel.DashboardId Property

Gets or sets the dashboard identifier.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public string DashboardId { get; set; }

Property Value

Type Description
String

A String that specifies the dashboard identifier.

Remarks

Use the DashboardId property to enable loading dashboards at runtime and identify the current dashboard.

By default, the DashboardViewer loads the dashboard from the location specified by the DashboardSourceModel.DashboardSource property. If you assign an identifier to the DashboardId property, the DashboardViewer will ignore the DashboardSourceModel.DashboardSource property and load the dashboard supplied via the DashboardSourceModel.DashboardLoading property.

See Also