DashboardInMemoryStorage Class
An in-memory storage used to hold dashboards.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v22.1.Web.dll
Declaration
Remarks
Use the ASPxDashboard.SetDashboardStorage / DashboardConfigurator.SetDashboardStorage methods to create a storage that will contain dashboards. You can use predefined dashboard storages (DashboardFileStorage or DashboardInMemoryStorage) or you can implement the IDashboardStorage/IEditableDashboardStorage interface to provide your own logic for managing dashboards using the Web Dashboard.
Note
The DashboardInMemoryStorage is used if you do not create the dashboard storage.