ChooseDataSourceTypePage<TModel> Class
Provides a presenter to the Select the Data Source 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 ChooseDataSourceTypePage<TModel> :
WizardPageBase<IChooseDataSourceTypePageView, TModel>
where TModel : class, IDataSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
Note
This wizard page is no longer used in the default Wizard implementation. The following page is used instead: ChooseDataProviderPageView.
This presenter is associated with views implementing the IChooseDataSourceTypePageView interface.
Inheritance
Object
See Also