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

ChooseEFContextPage<TModel> Class

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class ChooseEFContextPage<TModel> :
    WizardPageBase<IChooseEFContextPageView, TModel>
    where TModel : class, IEFDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseEFContextPageView interface.

Inheritance

Object
WizardPageBase<IChooseEFContextPageView, TModel>
ChooseEFContextPage<TModel>
See Also