dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-b5ce2dc3.md
A view for the Select the Data Source Type page of the Data Source wizard.
Namespace : DevExpress.DashboardWin.DataSourceWizard
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardChooseDataSourceTypePageView :
WizardViewBase,
IChooseDataSourceTypePageView
Public Class DashboardChooseDataSourceTypePageView
Inherits WizardViewBase
Implements IChooseDataSourceTypePageView
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:
The DashboardChooseDataSourceTypePageView view routes user commands to the DashboardChooseDataSourceTypePage<TModel> presenter.
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase DashboardChooseDataSourceTypePageView
See Also