DashboardStateExtensions.SaveToJson(DashboardState) Method
In This Article
Saves a specified DashboardState object to a JSON object.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public static string SaveToJson(
this DashboardState dashboardState
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Dashboard |
A Dashboard |
#Returns
Type | Description |
---|---|
String | A String value that is the resulting JSON object. |
See Also