DashboardStateExtensions.LoadFromJson(DashboardState, String) Method
Initializes a DashboardState object using the specified JSON object.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
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