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

ASPxDashboard.IncludeDashboardStateToUrl Property

Gets or sets whether the dashboard state (such as the master filtering state) will be 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 IncludeDashboardStateToUrl { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

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

See Also