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
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