DashboardConfigurator.DataSourceStorage Property
In This Article
Gets the data source storage used by the Web Dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public IDataSourceStorage DataSourceStorage { get; }
#Property Value
Type | Description |
---|---|
IData |
An object implementing the IData |
#Remarks
Tip
For information on how to use the Dashboard
To specify the data source storage, call the DashboardConfigurator.SetDataSourceStorage method.
See Also