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

ASPxDashboard.InitialDashboardState Property

Gets or sets the initial dashboard state when loading a dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string InitialDashboardState { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the initial dashboard state.

Remarks

To learn more about a dashboard state, see Manage Dashboard State.

Note that the InitialDashboardState property can be used only on the initial page loading (in the Page_Load event handler).

See Also