Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public class ChooseDataSourceTypePage<TModel> :
    WizardPageBase<IChooseDataSourceTypePageView, TModel>
    where TModel : class, IDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseDataSourceTypePageView interface.

See Also