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
Declaration
[DefaultValue(false)]
public bool IncludeDashboardStateToUrl { get; set; }
<DefaultValue(False)>
Public Property IncludeDashboardStateToUrl As Boolean
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
Feedback