Namespace:DevExpress.DataAccess.UI.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.UI.dll

Syntax
C# |
public class ChooseEFConnectionStringPageView : WizardViewBase, IChooseEFConnectionStringPageView
|
VB |
Public Class ChooseEFConnectionStringPageView Inherits WizardViewBase, IChooseEFConnectionStringPageView
|

Remarks
This view routes user commands to the DevExpress.DataAccess.Wizard.Presenters.ChooseEFConnectionStringPage<TModel> presenter.
Depending on the target platform of your application, the following classes provide default implementations of the DevExpress.DataAccess.Wizard.Views.IChooseEFConnectionStringPageView interface.
To learn more, see Page Views and Presenters.

Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
XtraUserControl
WizardViewBase
ChooseEFConnectionStringPageView

See Also