DashboardChooseDataSourceTypePageView(ISupportedDataSourceTypesService, DataSourceTypes) Constructor
Initializes a new instance of the DashboardChooseDataSourceTypePageView class with the specified settings.
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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