DashboardStateExtensions.LoadFromJson(DashboardState, String) Method
In This Article
Initializes a DashboardState object using the specified JSON object.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
public static void LoadFromJson(
this DashboardState dashboardState,
string json
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Dashboard |
A Dashboard |
json | String | A String value that specifies the JSON object containing a dashboard state. |
See Also