DashboardInMemoryStorage Class
In This Article
An in-memory storage used to hold dashboards.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public class DashboardInMemoryStorage :
DashboardStorageBase
#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 Dashboard
#Inheritance
Object
DashboardStorageBase
DashboardInMemoryStorage
See Also