Skip to main content

DashboardConfigurator.DataSourceStorage Property

Gets the data source storage used by the Web Dashboard.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

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

Tip

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

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

See Also