Back to Devexpress

DashboardInMemoryStorage Class

dashboard-devexpress-dot-dashboardweb-b5c41942.md

latest2.2 KB
Original Source

DashboardInMemoryStorage Class

An in-memory storage used to hold dashboards.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.dll

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class DashboardInMemoryStorage :
    DashboardStorageBase
vb
Public Class DashboardInMemoryStorage
    Inherits 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 DashboardInMemoryStorage is used if you do not create the dashboard storage.

Implements

IEditableDashboardStorage

IDashboardStorage

Inheritance

Object DashboardStorageBase DashboardInMemoryStorage

See Also

DashboardInMemoryStorage Members

DevExpress.DashboardWeb Namespace