DashboardStateExtensions.SaveToJson(DashboardState) Method
Saves a specified DashboardState object to a JSON object.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardState | DashboardState | A DashboardState object. |
Returns
Type | Description |
---|---|
String | A String value that is the resulting JSON object. |
See Also