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

DashboardConfigurator.SetDashboardStorage(IDashboardStorage) Method

Specifies a storage of dashboards for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

public void SetDashboardStorage(
    IDashboardStorage customStorage
)

Parameters

Name Type Description
customStorage IDashboardStorage

An object implementing the IDashboardStorage interface that is a storage of dashboards.

Remarks

Important

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

See Also