Skip to main content

IDataSourceInfoService.DataSources Property

Gets data sources that can be used to create a data extract.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

DataSourceInfo[] DataSources { get; }

Property Value

Type Description
DevExpress.DashboardCommon.DataSourceWizard.DataSourceInfo[]

An array of DataSourceInfo objects.

See Also