Skip to main content

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.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

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