Skip to main content

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.v23.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. For more information about a dashboard state, see Manage Dashboard State.

Note

The Web Dashboard automatically removes the dashboard state from a long URL string to avoid cases when a web browser truncates the URL.

See Also