Back to Devexpress

IChooseEFConnectionStringPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-3e0a6bb5.md

latest2.4 KB
Original Source

IChooseEFConnectionStringPageView Interface

If implemented, provides a view for the Select a Connection String 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 IChooseEFConnectionStringPageView
vb
Public Interface IChooseEFConnectionStringPageView

Remarks

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

PlatformPage View
WinFormsChooseEFConnectionStringPageView
WPFChooseEFConnectionStringPage

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

To learn more, see Page Views and Presenters.

See Also

IChooseEFConnectionStringPageView Members

Presenters.ChooseEFConnectionStringPage

ChooseEFConnectionStringPageView

DataSourceWizard.ChooseEFConnectionStringPage

DevExpress.DataAccess.Wizard.Views Namespace