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

DashboardConfigurator.DataSourceStorage Property

Gets the data source storage used by the Web Dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

public IDataSourceStorage DataSourceStorage { get; }

Property Value

Type Description
IDataSourceStorage

An object implementing the IDataSourceStorage interface that is a storage of the dashboard data sources.

Remarks

Important

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

To specify the data source storage, call the DashboardConfigurator.SetDataSourceStorage method.

See Also