DashboardConfigurator.DashboardStorage Property
In This Article
Gets a storage of dashboards for the Web Dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public IDashboardStorage DashboardStorage { get; }
#Property Value
Type | Description |
---|---|
IDashboard |
An object implementing the IDashboard |
#Remarks
Tip
For information on how to use the Dashboard
To specify dashboard storage, use the DashboardConfigurator.SetDashboardStorage method overloads.
See Also