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

DashboardExtensionSettings.IncludeDashboardStateToUrl Property

Gets or sets whether the dashboard state (such as the master filtering state) will be included in the Web Dashboard’s URL.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public bool IncludeDashboardStateToUrl { get; set; }

Property Value

Type Description
Boolean

true, to include the dashboard state in the Web Dashboard’s URL; otherwise, false.

Remarks

Note that the IncludeDashboardStateToUrl property is in effect when the DashboardExtensionSettings.WorkingMode is set to WorkingMode.Viewer or WorkingMode.ViewerOnly. To learn more about a dashboard state, see Manage Dashboard State.

See Also