Skip to main content
A newer version of this page is available. .

DashboardStateExtensions.SaveToJson(DashboardState) Method

Saves a specified DashboardState object to a JSON object.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

public static string SaveToJson(
    this DashboardState dashboardState
)

Parameters

Name Type Description
dashboardState DashboardState

A DashboardState object.

Returns

Type Description
String

A String value that is the resulting JSON object.

See Also