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

DashboardStateExtensions.LoadFromJson(DashboardState, String) Method

Initializes a DashboardState object using the specified JSON object.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

public static void LoadFromJson(
    this DashboardState dashboardState,
    string json
)

Parameters

Name Type Description
dashboardState DashboardState

A DashboardState object to be initialized.

json String

A String value that specifies the JSON object containing a dashboard state.

See Also