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.1.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).
This presenter is associated with views that implement the IChooseDataProviderPageView interface.
Inheritance
Object
See Also