Skip to main content

DashboardExtensionSettings.DashboardId Property

Gets or sets the dashboard identifier.

Namespace: DevExpress.DashboardWeb.Mvc

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

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

[Browsable(false)]
public string DashboardId { get; set; }

Property Value

Type Description
String

A String that specifies the dashboard identifier.

Remarks

Note

Starting with v17.1, we recommend using the DashboardExtensionSettings.InitialDashboardId property instead of DashboardId. Initialize the DashboardId property to load a dashboard with the specified identifier from the dashboard storage.

See Also