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
NuGet Package: DevExpress.DataAccess
#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).
This presenter is associated with views that implement the IChooseDataProviderPageView interface.