Skip to main content
All docs
V23.2

DashboardChooseDataProviderPage<TModel> Class

Supplies a presenter for the Select a Data Connection 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 DashboardChooseDataProviderPage<TModel> :
    ChooseDataProviderPage<TModel>
    where TModel : class, IDashboardDataSourceModel

Type Parameters

Name Description
TModel

The data source model type.

Remarks

The following image illustrates the Select a Data Connection Type page:

DataSourceWizard_Database

This presenter is associated with views that implement the IChooseDataProviderPageView interface.

Inheritance

Object
WizardPageBase<IChooseDataProviderPageView, TModel>
ChooseDataProviderPage<TModel>
DashboardChooseDataProviderPage<TModel>
See Also