Skip to main content

ChooseEFDataMemberPage<TModel> Class

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class ChooseEFDataMemberPage<TModel> :
    WizardPageBase<IChooseEFDataMemberPageView, TModel>
    where TModel : class, IEFDataSourceModel

#Type Parameters

Name
TModel

#Remarks

This presenter is associated with views implementing the IChooseEFDataMemberPageView interface.

#Inheritance

See Also