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

DashboardChooseDataSourceTypePageView(ISupportedDataSourceTypesService, DataSourceTypes) Constructor

Initializes a new instance of the DashboardChooseDataSourceTypePageView class with the specified settings.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

public DashboardChooseDataSourceTypePageView(
    ISupportedDataSourceTypesService dataSourceTypesService,
    DataSourceTypes dataSourceTypes
)

Parameters

Name Type Description
dataSourceTypesService DevExpress.DashboardWin.ServiceModel.ISupportedDataSourceTypesService

An object implementing the ISupportedDataSourceTypesService interface.

dataSourceTypes DataSourceTypes

A DataSourceTypes object.

See Also