DashboardChooseDataSourceTypePageView Class
A view for the Select the Data Source Type page of the Data Source wizard.
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.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:
The DashboardChooseDataSourceTypePageView view routes user commands to the DashboardChooseDataSourceTypePage<TModel> presenter.
Inheritance
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
WizardViewBase
DashboardChooseDataSourceTypePageView
See Also