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.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

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