Skip to main content
All docs
V18.2

ASPxClientDashboard.SetDashboardState(Object) Method

Applies the dashboard state to the loaded dashboard.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetDashboardState(
    object dashboardState
)

Parameters

Name Type Description
dashboardState Object

A JSON object that specifies the dashboard state.

Remarks

The DashboardState class includes states of individual dashboard items (the DashboardState.Items property) and currently selected parameter values (DashboardState.Parameters).

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

See Also