DashboardConfigurator.SetDashboardStorage(DashboardInMemoryStorage) Method
In This Article
Specifies an in-memory storage of dashboards for the Web Dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public void SetDashboardStorage(
DashboardInMemoryStorage inMemoryStorage
)
#Parameters
Name | Type | Description |
---|---|---|
in |
Dashboard |
A Dashboard |
#Remarks
Tip
For information on how to use the Dashboard
See Also