DashboardConfigurator.SetDashboardStorage(DashboardInMemoryStorage) Method
Specifies an in-memory storage of dashboards for the Web Dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v26.1.Web.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| inMemoryStorage | DashboardInMemoryStorage | A DashboardInMemoryStorage object that is the in-memory storage of dashboards. |
Remarks
Tip
For information on how to use the DashboardConfigurator‘s API, see the following topic: Server-Side API Overview.
See Also