Skip to main content
All docs
V23.2

ChooseDataProviderPage<TModel> Class

Supplies a presenter for the Select a data connection type page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class ChooseDataProviderPage<TModel> :
    WizardPageBase<IChooseDataProviderPageView, TModel>
    where TModel : class, IDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter class generates the UI you see below (the Select a data connection type wizard page).

Select a Data Connection Type

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

See Also