Back to Devexpress

ChooseEFContextPage<TModel> Class

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-dot-chooseefcontextpage-1.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class ChooseEFContextPage<TModel> :
    WizardPageBase<IChooseEFContextPageView, TModel>
    where TModel : class, IEFDataSourceModel
vb
Public Class ChooseEFContextPage(Of TModel As {Class, IEFDataSourceModel})
    Inherits WizardPageBase(Of IChooseEFContextPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseEFContextPageView interface.

Inheritance

Object WizardPageBase<IChooseEFContextPageView, TModel> ChooseEFContextPage<TModel>

See Also

ChooseEFContextPage<TModel> Members

IChooseEFContextPageView

DevExpress.DataAccess.Wizard.Presenters Namespace