Skip to main content
A newer version of this page is available. .

DashboardChooseDataSourceTypePage<TModel> Class

Provides a presenter to the Select the Data Source Type page of the Data Source wizard.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public class DashboardChooseDataSourceTypePage<TModel> :
    ChooseDataSourceTypePage<TModel>
    where TModel : class, IDashboardDataSourceModel

Type Parameters

Name Description
TModel

The data source model type.

Remarks

The following image illustrates this wizard page.

DataSourceWizard_AllDataSourceTypes

The DashboardChooseDataSourceTypePage`1 presenter is associated with views implementing the IChooseDataSourceTypePageView interface.

To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.

Inheritance

Object
WizardPageBase<IChooseDataSourceTypePageView, TModel>
ChooseDataSourceTypePage<TModel>
DashboardChooseDataSourceTypePage<TModel>
See Also