Back to Devexpress

DashboardStateExtensions.LoadFromJson(DashboardState, String) Method

dashboard-devexpress-dot-dashboardweb-dot-dashboardstateextensions-dot-loadfromjson-x28-devexpress-dot-dashboardcommon-dot-dashboardstate-system-dot-string-x29.md

latest1.7 KB
Original Source

DashboardStateExtensions.LoadFromJson(DashboardState, String) Method

Initializes a DashboardState object using the specified JSON object.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
public static void LoadFromJson(
    this DashboardState dashboardState,
    string json
)
vb
<ExtensionAttribute>
Public Shared Sub LoadFromJson(
    dashboardState As DashboardState,
    json As String
)

Parameters

NameTypeDescription
dashboardStateDashboardState

A DashboardState object to be initialized.

| | json | String |

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

|

See Also

DashboardStateExtensions Class

DashboardStateExtensions Members

DevExpress.DashboardWeb Namespace