Skip to main content

DashboardChooseDataSourceTypePage<TModel> Class

A presenter for the Select the Data Source Type page of the Data Source wizard.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

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

Type Parameters

Name Description
TModel

The data source model type.

Remarks

Note

This wizard page is no longer used in the default Wizard implementation. The following page is used instead: DashboardChooseDataProviderPage<TModel>.

The following image illustrates this wizard page.

DataSourceWizard_DataSourceType

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

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

Inheritance

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