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

ASPxDashboard.DashboardState Property

Allows you to specify the default dashboard state (such as the master filtering state) for the ASPxDashboard‘s.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Browsable(false)]
public string DashboardState { get; set; }

Property Value

Type Description
String

A String value that specifies the dashboard state for the ASPxDashboard‘s.

Remarks

Note

Starting with v17.1, we recommend using the ASPxDashboard.InitialDashboardState property instead of DashboardState. To learn more about a dashboard state, see Manage Dashboard State.

See Also