Skip to main content
All docs
V18.2

ASPxClientDashboard.GetDashboardState() Method

DevExpress.DashboardCommon.DashboardState displayed in the ASPxClientDashboard.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetDashboardState()

Returns

Type Description
String

A string value that identifies the state of the dashboard displayed in the ASPxClientDashboard.

Remarks

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

See Also