Back to Devexpress

DashboardExtensionSettings.IncludeDashboardIdToUrl Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-14a2c7a2.md

latest1.6 KB
Original Source

DashboardExtensionSettings.IncludeDashboardIdToUrl Property

Gets or sets whether the DashboardExtensionSettings.DashboardId will be included in the Web Dashboard’s URL.

Namespace : DevExpress.DashboardWeb.Mvc

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

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public bool IncludeDashboardIdToUrl { get; set; }
vb
Public Property IncludeDashboardIdToUrl As Boolean

Property Value

TypeDescription
Boolean

true to include the DashboardExtensionSettings.DashboardId in the Web Dashboard’s URL; otherwise, false.

|

See Also

IncludeDashboardStateToUrl

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace