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

ChooseConnectionPage<TModel> Class

Provides a presenter to the Select a Data Connection page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class ChooseConnectionPage<TModel> :
    ChooseConnectionPageBase<TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseConnectionPageView interface.

Inheritance

Object
WizardPageBase<IChooseConnectionPageView, TModel>
ChooseConnectionPageBase<TModel>
ChooseConnectionPage<TModel>
See Also