dashboard-devexpress-dot-dashboardweb-b5c41942.md
An in-memory storage used to hold dashboards.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.dll
NuGet Package : DevExpress.Web.Dashboard.Common
public class DashboardInMemoryStorage :
DashboardStorageBase
Public Class DashboardInMemoryStorage
Inherits DashboardStorageBase
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.
Object DashboardStorageBase DashboardInMemoryStorage
See Also