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

DashboardConfigurator.DashboardStorage Property

Gets a storage of dashboards for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public IDashboardStorage DashboardStorage { get; }

Property Value

Type Description
IDashboardStorage

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

Remarks

Tip

For information on how to use the DashboardConfigurator‘s API, see the following topic: Server-Side API Overview.

To specify dashboard storage, use the DashboardConfigurator.SetDashboardStorage method overloads.

See Also