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

ASPxDashboard.IncludeDashboardIdToUrl Property

Gets or sets whether the ASPxDashboard.DashboardId is included in the ASPxDashboard‘s URL.

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue(false)]
public bool IncludeDashboardIdToUrl { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to include the ASPxDashboard.DashboardId in the ASPxDashboard‘s URL; otherwise, false.

See Also