Back to Devexpress

IChooseEFContextPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-67fbce6a.md

latest2.2 KB
Original Source

IChooseEFContextPageView Interface

If implemented, provides a view for the Select the Data Context page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IChooseEFContextPageView
vb
Public Interface IChooseEFContextPageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseEFContextPageView interface.

PlatformPage View
WinFormsChooseEFContextPageView
WPFChooseEFContextPage

These views route user commands to the ChooseEFContextPage<TModel> presenter.

To learn more, see Page Views and Presenters.

See Also

IChooseEFContextPageView Members

Presenters.ChooseEFContextPage

ChooseEFContextPageView

DataSourceWizard.ChooseEFContextPage

DevExpress.DataAccess.Wizard.Views Namespace