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

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

Declaration

public class DashboardChooseDataSourceTypePageView :
    WizardViewBase,
    IChooseDataSourceTypePageView

Remarks

The following image illustrates this wizard page.

DataSourceWizard_DataSourceType

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

For more information, refer to How to Customize Views and Presenters Corresponding to Wizard Pages.

See Also