Back to Devexpress

ASPxDashboard.IncludeDashboardIdToUrl Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-373a8ec8.md

latest1.6 KB
Original Source

ASPxDashboard.IncludeDashboardIdToUrl Property

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

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool IncludeDashboardIdToUrl { get; set; }
vb
<DefaultValue(False)>
Public Property IncludeDashboardIdToUrl As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

IncludeDashboardStateToUrl

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace