IDashboardStateService.GetState(String, XDocument) Method
In This Article
Gets the dashboard state for the current state service.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
DashboardState GetState(
string dashboardId,
XDocument dashboard
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String value that specifies the dashboard identifier. |
dashboard | XDocument | A XDocument object that is the XML document containing the dashboard. |
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also