Skip to main content
A newer version of this page is available. .
All docs
V23.1

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.1.Win.dll

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

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