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

DashboardChooseDataSourceTypePageView Class

A view for the Select the Data Source Type page of the Data Source wizard.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

public class DashboardChooseDataSourceTypePageView :
    WizardViewBase,
    IChooseDataSourceTypePageView

Remarks

Note

This wizard page is no longer used in the default Wizard implementation. The following page is used instead: DashboardChooseDataProviderPageView.

The following image illustrates this wizard page:

DataSourceWizard_DataSourceType

The DashboardChooseDataSourceTypePageView view routes user commands to the DashboardChooseDataSourceTypePage<TModel> presenter.

See Also