Back to Devexpress

DashboardStateExtensions.SaveToJson(DashboardState) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardstateextensions-dot-savetojson-x28-devexpress-dot-dashboardcommon-dot-dashboardstate-x29.md

latest1.7 KB
Original Source

DashboardStateExtensions.SaveToJson(DashboardState) Method

Saves a specified DashboardState object to a JSON object.

Namespace : DevExpress.DashboardAspNetCore

Assembly : DevExpress.Dashboard.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public static string SaveToJson(
    this DashboardState dashboardState
)
vb
<ExtensionAttribute>
Public Shared Function SaveToJson(
    dashboardState As DashboardState
) As String

Parameters

NameTypeDescription
dashboardStateDashboardState

A DashboardState object.

|

Returns

TypeDescription
String

A String value that is the resulting JSON object.

|

See Also

DashboardStateExtensions Class

DashboardStateExtensions Members

DevExpress.DashboardAspNetCore Namespace