Back to Devexpress

ASPxDashboard.IncludeDashboardStateToUrl Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-61832840.md

latest2.2 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

IncludeDashboardIdToUrl

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace