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

IDataSourceInfoService Interface

Provides information about a data source and data members.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public interface IDataSourceInfoService

Remarks

The Data Source Wizard uses the service which implements the IDataSourceInfoService interface.

The DataSourceInfoService property provides access to an IDataSourceInfoService object.

See Also