Back to Devexpress

DashboardChooseDataSourceTypePageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-b5ce2dc3.md

latest2.8 KB
Original Source

DashboardChooseDataSourceTypePageView Class

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

Declaration

csharp
public class DashboardChooseDataSourceTypePageView :
    WizardViewBase,
    IChooseDataSourceTypePageView
vb
Public Class DashboardChooseDataSourceTypePageView
    Inherits WizardViewBase
    Implements 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.

Implements

IWizardPageView

IChooseDataSourceTypePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase DashboardChooseDataSourceTypePageView

See Also

DashboardChooseDataSourceTypePageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace