Back to Devexpress

DashboardConfigurator.DataSourceStorage Property

dashboard-devexpress-dot-dashboardweb-dot-dashboardconfigurator-f917c3b2.md

latest1.8 KB
Original Source

DashboardConfigurator.DataSourceStorage Property

Gets the data source storage used by the Web Dashboard.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public IDataSourceStorage DataSourceStorage { get; }
vb
Public ReadOnly Property DataSourceStorage As IDataSourceStorage

Property Value

TypeDescription
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

DashboardConfigurator Class

DashboardConfigurator Members

DevExpress.DashboardWeb Namespace