Skip to main content

DashboardStateExtensions.LoadFromJson(DashboardState, String) Method

Initializes a DashboardState object using the specified JSON object.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.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