Skip to main content
All docs
V24.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.v24.2.dll

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