Back to Devexpress

ChooseEFConnectionStringPageView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-81cc18d3.md

latest3.3 KB
Original Source

ChooseEFConnectionStringPageView Class

Provides a view for the Select the Connection String page of the Data Source Wizard in WinForms applications.

Namespace : DevExpress.DataAccess.UI.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class ChooseEFConnectionStringPageView :
    WizardViewBase,
    IChooseEFConnectionStringPageView
vb
Public Class ChooseEFConnectionStringPageView
    Inherits WizardViewBase
    Implements IChooseEFConnectionStringPageView

Remarks

This view routes user commands to the ChooseEFConnectionStringPage<TModel> presenter.

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

PlatformPage View
WinFormsChooseEFConnectionStringPageView
WPFChooseEFConnectionStringPage

To learn more, see Page Views and Presenters.

Implements

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseEFConnectionStringPageView

See Also

ChooseEFConnectionStringPageView Members

IChooseEFConnectionStringPageView

ChooseEFConnectionStringPage<TModel>

DevExpress.DataAccess.UI.Wizard.Views Namespace