Skip to main content
A newer version of this page is available. .

DashboardConfigurator.SetDashboardStorage(DashboardInMemoryStorage) Method

Specifies an in-memory storage of dashboards for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public void SetDashboardStorage(
    DashboardInMemoryStorage inMemoryStorage
)

Parameters

Name Type Description
inMemoryStorage DashboardInMemoryStorage

A DashboardInMemoryStorage object that is the in-memory storage of dashboards.

Remarks

Important

To learn how to use the DashboardConfigurator‘s API, see the Server-Side API Overview topic.

See Also